Merge pull request #8001 from stsully/patch-1

update verbiage
This commit is contained in:
Megan Marsh 2019-08-19 10:51:34 -07:00 committed by GitHub
commit 47e7d1ff56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ The example below is fully functional.
`execute_command` will be
`chmod +x {{.Path}}; . {{.EnvVarFile}} && {{.Path}}`. This option is
unnecessary for most cases, but if you have extra quoting in your custom
`execute_command`, then this may be unnecessary for proper script
`execute_command`, then this may be required for proper script
execution. Default: false.
- `execute_command` (string) - The command to use to execute the script. By