1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

Fix broken comparison

This commit is contained in:
HD Moore 2012-04-23 23:06:52 -05:00
parent 5282f9fd0a
commit a261adaaea

View File

@ -188,7 +188,7 @@ opt.each do |opt,arg|
wait = arg.to_i
end
when '--reportdelete'
if arg = ''
if arg == ''
deletereport=true
else
operation = "reportdelete"