mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
fix typo in failure path, pointed out by rw-
This commit is contained in:
parent
184707c6fc
commit
b741c8b2f7
@ -419,7 +419,7 @@ private
|
||||
print_line("File size : #{f[:size]} bytes")
|
||||
if get_files
|
||||
unless download_file(loot_dir, f[:name])
|
||||
print_error("Download of #{f:name]} failed.")
|
||||
print_error("Download of #{f[:name]} failed.")
|
||||
end
|
||||
end
|
||||
print_line
|
||||
|
Loading…
Reference in New Issue
Block a user