diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml b/plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml index fddb8c4c..9e99046e 100644 --- a/plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml +++ b/plugins/sample/src/main/resources/open-cli-schema/hello-world.yaml @@ -14,7 +14,7 @@ parameters: description: name of the person long_option: name short_option: b - default_value: ${DEMO_NAME} + default_value: ${env:DEMO_NAME} type: string is_optional: false |