Fix syntax error

pull/319/head
Adam Hawkins 13 years ago
parent e64aec3e57
commit de1cabb1f3

@ -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" ]
} }

Loading…
Cancel
Save