Skip to content
Snippets Groups Projects
Commit b1df4975 authored by Thibault Nocchi's avatar Thibault Nocchi
Browse files

fix: boolean value in yaml

parent 2aa747ad
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ spec: ...@@ -46,7 +46,7 @@ spec:
default: '' default: ''
stack-config-silent: stack-config-silent:
description: Silences standard output of `stack config` command description: Silences standard output of `stack config` command
default: "true" default: true
type: boolean type: boolean
config-disabled: config-disabled:
description: Disable Compose Config description: Disable Compose Config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment