Added missing close-curly-brace to default value of execute_command.
This commit is contained in:
parent
e9e2d866db
commit
bddca94228
|
@ -110,7 +110,7 @@ By default, Packer uses the following command (broken across multiple lines
|
|||
for readability) to execute Chef:
|
||||
|
||||
```
|
||||
{{if .Sudo}sudo {{end}}chef-solo \
|
||||
{{if .Sudo}}sudo {{end}}chef-solo \
|
||||
--no-color \
|
||||
-c {{.ConfigPath}} \
|
||||
-j {{.JsonPath}}
|
||||
|
|
Loading…
Reference in New Issue