Skip to content

Commit 0856711

Browse files
committed
Land rapid7#7952 - fix typo in failure path of clipboard download
2 parents 184707c + b741c8b commit 0856711

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)