Merge pull request #7966 from jason-azze/patch-1

Allow the enter command to render.
This commit is contained in:
Megan Marsh 2019-08-12 16:09:29 -07:00 committed by GitHub
commit d4fdae6a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ interpolations. You may access variables in the Packer config you called the
console with, or provide variables when you call console using the -var or
-var-file command line options.
Type in the interpolation to test and hit <enter> to see the result.
Type in the interpolation to test and hit \<enter\> to see the result.
To exit the console, type "exit" and hit <enter>, or use Control-C.
To exit the console, type "exit" and hit \<enter\>, or use Control-C.
``` shell
$ packer console my_template.json
@ -99,4 +99,4 @@ command:
```
$ echo {{timestamp}} | packer console
1559855090
```
```