Added missing close-curly-brace to default value of execute_command.

This commit is contained in:
mmercer-appneta 2013-10-24 18:33:06 -07:00
parent e9e2d866db
commit bddca94228
1 changed files with 1 additions and 1 deletions

View File

@ -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}}