Correct is ``` yaml baseCommand: [ bash, script.sh ] ``` incorrect is ``` yaml baseCommand: bash script.sh ``` that implies searching the path for an executable named `bash script.sh` (with an embedded space)
Correct is
incorrect is
that implies searching the path for an executable named
bash script.sh(with an embedded space)