Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit ac5e5e2

Browse files
committed
Update boolean types.
1 parent 771ff53 commit ac5e5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
"nocleanup": {
6767
"type": "boolean",
6868
"description": "Do not cleanup temporary files. True by default.",
69-
"default": "true"
69+
"default": true
7070
},
7171
"verbose": {
7272
"type": "boolean",
7373
"description": "Show additional status prints. True by default.",
74-
"default": "true"
74+
"default": true
7575
}
7676
},
7777
"command": "/flywheel/v0/run.py",

0 commit comments

Comments
 (0)