mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
Fix typo in shell-local command example
This commit is contained in:
parent
d507b18eb4
commit
5a4b81fa3c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Required:
|
|||
Optional parameters:
|
||||
|
||||
- `execute_command` (array of strings) - The command to use to execute
|
||||
the script. By default this is `["/bin/sh", "-c", "{{.Command}"]`. The value
|
||||
the script. By default this is `["/bin/sh", "-c", "{{.Command}}"]`. The value
|
||||
is an array of arguments executed directly by the OS. The value of this is
|
||||
treated as [configuration
|
||||
template](/docs/templates/configuration-templates.html). The only available
|
||||
|
|
|
|||
Loading…
Reference in a new issue