From 877a456eead03790d10d03788b343acd84f66b57 Mon Sep 17 00:00:00 2001 From: Pedro de la Cruz Jr Date: Tue, 14 Jun 2016 14:24:34 -0500 Subject: [PATCH] Type-o in documentation --- website/source/docs/templates/user-variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/user-variables.html.md b/website/source/docs/templates/user-variables.html.md index dfc26728a..69a6b08bc 100644 --- a/website/source/docs/templates/user-variables.html.md +++ b/website/source/docs/templates/user-variables.html.md @@ -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`}}" } ```