From a2c21f0b78541867440a899adbe520f9a87b6278 Mon Sep 17 00:00:00 2001 From: Jason Azze Date: Fri, 9 Aug 2019 10:43:23 -0400 Subject: [PATCH] Allow the enter command to render. --- website/source/docs/commands/console.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/commands/console.html.md b/website/source/docs/commands/console.html.md index 7b99d4024..fc05e0e3c 100644 --- a/website/source/docs/commands/console.html.md +++ b/website/source/docs/commands/console.html.md @@ -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 to see the result. +Type in the interpolation to test and hit \ to see the result. -To exit the console, type "exit" and hit , or use Control-C. +To exit the console, type "exit" and hit \, or use Control-C. ``` shell $ packer console my_template.json @@ -99,4 +99,4 @@ command: ``` $ echo {{timestamp}} | packer console 1559855090 -``` \ No newline at end of file +```