Commit 9e48f5ea authored by Adam Hawkins's avatar Adam Hawkins

Fix syntax error

parent 70251a2c
...@@ -154,6 +154,6 @@ will echo the script statements as it is executing. ...@@ -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. Your first provisoner can tell the machine to wait until it completely boots.
{ {
"type": "script" "type": "script",
"inline": [ "sleep 10" ] "inline": [ "sleep 10" ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment