From bed101588952e56ed9fccc7f53767b83319b281d Mon Sep 17 00:00:00 2001 From: heldersousa <3x9equals27@gmail.com> Date: Thu, 13 Aug 2020 11:51:02 +0200 Subject: [PATCH] removing forgotten default value --- uglySqlScriptRunner/task.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uglySqlScriptRunner/task.json b/uglySqlScriptRunner/task.json index 4f1c82f..392990c 100644 --- a/uglySqlScriptRunner/task.json +++ b/uglySqlScriptRunner/task.json @@ -18,7 +18,7 @@ "name": "sqlRoot", "type": "string", "label": "Path to SQL root", - "defaultValue": "C:/sqlTMP", + "defaultValue": "", "required": true, "helpMarkDown": "Specify the Path to SQL root" },