Delete some double quotes

bug/bundler_fix
jvazquez-r7 2015-01-22 18:21:25 -06:00
parent 4c72b096b6
commit d8aa282482
1 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@ class Metasploit4 < Msf::Exploit::Remote
if target.name =~ /Automatic/
mytarget = auto_target
fail_with("Unable to automatically select a target") unless mytarget
fail_with('Unable to automatically select a target') unless mytarget
print_status("Automatically selected target: \"#{mytarget.name}\"")
else
print_status("Using manually select target: \"#{mytarget.name}\"")
@ -307,7 +307,7 @@ EOT
end
if attempt < num_attempts - 1
msg << ", retrying in 5 seconds..."
msg << ', retrying in 5 seconds...'
print_status(msg) if datastore['VERBOSE']
select(nil, nil, nil, 5)
else
@ -319,7 +319,7 @@ EOT
def auto_target
print_status("Attempting to automatically select a target")
print_status('Attempting to automatically select a target')
plat = detect_platform
arch = detect_architecture