Update shell.html.md

Changing to ".javascript".
This commit is contained in:
evanstucker-hates-2fa 2016-10-04 09:41:56 -07:00 committed by GitHub
parent cd10cef218
commit a515c35338
1 changed files with 1 additions and 1 deletions

View File

@ -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 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: machine restarts. For this, put use "pause_before" to make Packer wait before executing the next script:
``` {.text} ``` {.javascript}
{ {
"type": "shell", "type": "shell",
"script": "script.sh", "script": "script.sh",