Skip to content

Commit dc0da98

Browse files
authored
fix: fix wrong default value for cname option in schema.json (#166)
Closes #145
1 parent 64651e6 commit dc0da98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cname": {
5252
"type": "string",
5353
"description": "Generate a CNAME file for the specified domain.",
54-
"default": false
54+
"default": ""
5555
},
5656
"dryRun": {
5757
"type": "boolean",

0 commit comments

Comments
 (0)