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:
parent
5282f9fd0a
commit
a261adaaea
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user