Skip to content

Commit

Permalink
Merge pull request hashicorp#3623 from delaman/patch-1
Browse files Browse the repository at this point in the history
Type-o in documentation
  • Loading branch information
cbednarski authored Jun 14, 2016
2 parents ab8d091 + 877a456 commit ab05a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/templates/user-variables.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`}}"
}
```
Expand Down

0 comments on commit ab05a45

Please sign in to comment.