website: fix typo s/script/shell/ provisioner

This commit is contained in:
Mitchell Hashimoto 2013-09-01 10:11:28 -07:00
parent 04260e38ee
commit 12e33f6c87
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ wait until it completely boots.
<pre class="prettyprint">
{
"type": "script",
"type": "shell",
"inline": [ "sleep 10" ]
}
</pre>