diff --git a/website/source/docs/provisioners/shell.html.markdown b/website/source/docs/provisioners/shell.html.markdown index 3f41933b5..caa249a19 100644 --- a/website/source/docs/provisioners/shell.html.markdown +++ b/website/source/docs/provisioners/shell.html.markdown @@ -154,6 +154,6 @@ will echo the script statements as it is executing. Your first provisoner can tell the machine to wait until it completely boots. { - "type": "script" + "type": "script", "inline": [ "sleep 10" ] }