Merge pull request #3623 from delaman/patch-1

Type-o in documentation
This commit is contained in:
Chris Bednarski 2016-06-14 14:17:24 -07:00 committed by GitHub
commit ab05a458ea
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ provisioner only run if the `do_nexpose_scan` variable is non-empty.
In order to use `$HOME` variable, you can create a `home` variable in packer:
``` {.javascript}
"variables" {
"variables": {
"home": "{{env `HOME`}}"
}
```