'path' in shell provisioner template was renamed

This commit is contained in:
Robby Colvin 2013-06-28 12:11:24 -07:00
parent cd49284d58
commit 412be0d7c1
1 changed files with 1 additions and 1 deletions

View File

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