Skip to content

Commit e35ee1f

Browse files
committed
Update gnome_commander_creds.rb
1 parent f444068 commit e35ee1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/linux/gather/gnome_commander_creds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def run
4141
vprint_line(str_file)
4242
p = store_loot("connections", "text/plain", session, str_file, connections_file, "Gnome-Commander connections")
4343
print_good ("Connections file saved to #{p}")
44-
print_line()
4544
rescue EOFError
4645
# If there's nothing in the file, we hit EOFError
4746
print_error("Nothing read from file: #{connections_file}, file may be empty")
@@ -52,4 +51,5 @@ def run
5251
end
5352
end
5453
end
54+
5555
end

0 commit comments

Comments
 (0)