Skip to content

Commit a588bfd

Browse files
committed
Use single quotes
1 parent 77c8dc2 commit a588bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/mssql/mssql_enum_sql_logins.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def run
7979
print_status('Verifying the SQL Server logins...')
8080
sql_logins_list_verified = verify_logins(sql_logins_list)
8181
if sql_logins_list_verified.nil?
82-
print_error("Sorry, no SQL Server logins could be verified.")
82+
print_error('Sorry, no SQL Server logins could be verified.')
8383
disconnect
8484
return
8585
else

0 commit comments

Comments
 (0)