Update delete_existing_data to always be a boolean

This commit is contained in:
Erin Bleiweiss
2019-01-24 13:55:05 -06:00
parent 1fe205af12
commit b497b88834
+1 -1
View File
@@ -70,7 +70,7 @@ require 'msf/util/helper'
add_data_service: true,
data_service_name: nil,
use_defaults: false,
delete_existing_data: nil
delete_existing_data: false
}
def supports_color?