Use single quotes

bug/bundler_fix
jvazquez-r7 2014-11-11 09:56:46 -06:00
parent 77c8dc2b64
commit a588bfd31a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Metasploit3 < Msf::Auxiliary
print_status('Verifying the SQL Server logins...')
sql_logins_list_verified = verify_logins(sql_logins_list)
if sql_logins_list_verified.nil?
print_error("Sorry, no SQL Server logins could be verified.")
print_error('Sorry, no SQL Server logins could be verified.')
disconnect
return
else