Type-o in documentation

This commit is contained in:
Pedro de la Cruz Jr 2016-06-14 14:24:34 -05:00 committed by GitHub
parent 1acb2d6645
commit 877a456eea
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: In order to use `$HOME` variable, you can create a `home` variable in packer:
``` {.javascript} ``` {.javascript}
"variables" { "variables": {
"home": "{{env `HOME`}}" "home": "{{env `HOME`}}"
} }
``` ```