Skip to content

Commit

Permalink
Fix default value of append
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Nov 4, 2022
1 parent 290c3a4 commit 9f3fbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"tempfile.append": {
"type": "boolean",
"default": "false",
"default": false,
"description": "If True, append initialContent to the existing file.",
"order": 2
}
Expand Down

0 comments on commit 9f3fbe1

Please sign in to comment.