Fix syntax error
This commit is contained in:
parent
70251a2c2a
commit
9e48f5ea23
|
@ -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…
Reference in New Issue