Skip to content

Commit b741c8b

Browse files
author
Brent Cook
committed
fix typo in failure path, pointed out by rw-
1 parent 184707c commit b741c8b

File tree

1 file changed

+1
-1
lines changed
  • lib/rex/post/meterpreter/ui/console/command_dispatcher/extapi

1 file changed

+1
-1
lines changed

lib/rex/post/meterpreter/ui/console/command_dispatcher/extapi/clipboard.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def parse_dump(dump, get_images, get_files, download_path)
419419
print_line("File size : #{f[:size]} bytes")
420420
if get_files
421421
unless download_file(loot_dir, f[:name])
422-
print_error("Download of #{f:name]} failed.")
422+
print_error("Download of #{f[:name]} failed.")
423423
end
424424
end
425425
print_line

0 commit comments

Comments
 (0)