Skip to content

Commit d70d2c4

Browse files
committed
typo
1 parent bcc651a commit d70d2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/windows/gather/credentials/spark_im.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def run
9191
contents = config.read
9292

9393
# look for lines containing string 'password'
94-
password= contents.split("\n").grep(/password/)
94+
password = contents.split("\n").grep(/password/)
9595
if password.nil?
9696
# file doesn't contain a password
9797
print_status("#{file} does not contain any saved passwords")

0 commit comments

Comments
 (0)