From bd9d7adcc70be61ca86dcc31e16568e24e96a4bb Mon Sep 17 00:00:00 2001 From: cgoswami Date: Wed, 21 Feb 2018 14:01:58 +0100 Subject: [PATCH] changed option in export.json from sql to file changed option in export.json from sql to file, probably a copy paste issue --- tasks/export.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/export.json b/tasks/export.json index c93f76d05..679b3d672 100644 --- a/tasks/export.json +++ b/tasks/export.json @@ -14,7 +14,7 @@ "description": "The password", "type": "Optional[String[1]]" }, - "sql": { + "file": { "description": "Path to file you want backup to", "type": "String[1]" }