From 9e48f5ea2301ed24be83753cead42b785c19b5eb Mon Sep 17 00:00:00 2001 From: Adam Hawkins Date: Wed, 21 Aug 2013 01:35:48 +0200 Subject: [PATCH] Fix syntax error --- website/source/docs/provisioners/shell.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }