Fixed the formatting for one of the examples. (#8433)

This commit is contained in:
tacoman 2019-12-02 04:32:57 -05:00 committed by Adrien Delorme
parent 82a1242b58
commit cf6058b8fb
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ your example_template's variable section:
}, },
... ...
``` ```
and you enter `{{user `myvar`}}` in the Packer console, you'll see the value of and you enter ```{{user `myvar`}}``` in the Packer console, you'll see the value of
myvar: myvar:
``` ```