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