Skip to content

Commit a5b2e99

Browse files
author
Tod Beardsley
committed
Correct punctuation on outlook, too.
1 parent 1390c81 commit a5b2e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/outlook.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def run
144144
# Check whether target system is locked
145145
locked = client.railgun.user32.GetForegroundWindow()['return']
146146
if locked == 0
147-
fail_with(Failure::Unknown, "Target system is locked. This post module cannot click on Outlooks security warning when the target system is locked")
147+
fail_with(Failure::Unknown, "Target system is locked. This post module cannot click on Outlook's security warning when the target system is locked.")
148148
end
149149

150150
case action.name

0 commit comments

Comments
 (0)