From 1a4b3164d28334c97ec81c564e1aa3c02ea0ae77 Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Mon, 3 Apr 2023 13:25:53 +0000 Subject: [PATCH] fix: fix wrong default value for `cname` option in `schema.json` Closes #145 --- src/deploy/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deploy/schema.json b/src/deploy/schema.json index d2aadd8..33fd668 100644 --- a/src/deploy/schema.json +++ b/src/deploy/schema.json @@ -51,7 +51,7 @@ "cname": { "type": "string", "description": "Generate a CNAME file for the specified domain.", - "default": false + "default": "" }, "dryRun": { "type": "boolean",