'path' in shell provisioner template was renamed

pull/38/merge
Robby Colvin 13 years ago
parent adae75402f
commit da8648114a

@ -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