1
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:
Brent Cook 2017-02-13 21:16:48 -06:00
parent 184707c6fc
commit b741c8b2f7

View File

@ -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