diff options
Diffstat (limited to 'docs/yaml/functions/run_command.yaml')
-rw-r--r-- | docs/yaml/functions/run_command.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/yaml/functions/run_command.yaml b/docs/yaml/functions/run_command.yaml index 091c030..288cd05 100644 --- a/docs/yaml/functions/run_command.yaml +++ b/docs/yaml/functions/run_command.yaml @@ -27,7 +27,8 @@ kwargs: default: false description: | If `true`, the exit status code of the command will be checked, - and the configuration will fail if it is non-zero. + and the configuration will fail if it is non-zero. Note that + the default value will be `true` in future releases. env: type: env | list[str] | dict[str] |