Skip to content

Commit 6f2ddb3

Browse files
committed
Update mssql_findandsampledata.rb
1 parent 993a733 commit 6f2ddb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/mssql/mssql_findandsampledata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def sql_statement()
382382
save_loot="yes"
383383
column_data.each { |row|
384384
0.upto(7) { |col|
385-
row[col] = row[col].strip.to_
385+
row[col] = row[col].strip.to_s
386386
}
387387
}
388388
print_line(" ")

0 commit comments

Comments
 (0)