File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ def cmd_sqlmap_get_data(*args)
138
138
@tasks [ @hid_tasks [ args [ 0 ] ] ] = @manager . get_options ( @hid_tasks [ args [ 0 ] ] ) [ 'options' ]
139
139
140
140
print_line
141
- print_status ( ' URL: ' + @tasks [ @hid_tasks [ args [ 0 ] ] ] [ 'url' ] )
141
+ print_status ( " URL: #{ @tasks [ @hid_tasks [ args [ 0 ] ] ] [ 'url' ] } " )
142
142
143
143
res = @manager . get_task_data ( @hid_tasks [ args [ 0 ] ] )
144
144
@@ -236,7 +236,7 @@ def cmd_sqlmap_get_option(*args)
236
236
@tasks [ @hid_tasks [ arg ] ] = task_options [ 'options' ]
237
237
238
238
if @tasks [ @hid_tasks [ arg ] ]
239
- print_good ( args [ 1 ] + ': ' + @tasks [ @hid_tasks [ arg ] ] [ args [ 1 ] ] . to_s )
239
+ print_good ( " #{ args [ 1 ] } : #{ @tasks [ @hid_tasks [ arg ] ] [ args [ 1 ] ] } " )
240
240
else
241
241
print_error ( "Option #{ arg } doesn't exist" )
242
242
end
You can’t perform that action at this time.
0 commit comments