From a515c35338395dde21d4a6730121de90fd4dc21d Mon Sep 17 00:00:00 2001 From: evanstucker-hates-2fa Date: Tue, 4 Oct 2016 09:41:56 -0700 Subject: [PATCH] Update shell.html.md Changing to ".javascript". --- website/source/docs/provisioners/shell.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/shell.html.md b/website/source/docs/provisioners/shell.html.md index 4f26dbb75..2cdeaa0b7 100644 --- a/website/source/docs/provisioners/shell.html.md +++ b/website/source/docs/provisioners/shell.html.md @@ -161,7 +161,7 @@ Sometimes, when executing a command like `reboot`, the shell script will return and Packer will start executing the next one before SSH actually quits and the machine restarts. For this, put use "pause_before" to make Packer wait before executing the next script: -``` {.text} +``` {.javascript} { "type": "shell", "script": "script.sh",