'path' in shell provisioner template was renamed

pull/919/head
Robby Colvin 13 years ago
parent cd49284d58
commit 412be0d7c1

@ -49,7 +49,7 @@ provisioner to run a local script within the machines:
<pre class="prettyprint">
{
"type": "shell",
"path": "script.sh"
"script": "script.sh"
}
</pre>

Loading…
Cancel
Save