Commit 412be0d7 authored by Robby Colvin's avatar Robby Colvin

'path' in shell provisioner template was renamed

parent cd49284d
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment