'path' in shell provisioner template was renamed
This commit is contained in:
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…
Reference in New Issue