Merge pull request #564 from mmercer-appneta/master

Added missing close-curly-brace to default value of execute_command in Chef Solo docs
This commit is contained in:
Matthew Hooker 2013-10-24 23:32:01 -07:00
commit 7cdb5d3f87
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}}