website: fix typo on shell script

This commit is contained in:
Mitchell Hashimoto 2013-06-28 15:25:53 -04:00
parent e4cb3e2432
commit 2806c70468
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ This example is shown below:
<pre class="prettyprint"> <pre class="prettyprint">
{ {
"type": "shell", "type": "shell",
"path": "script.sh", "script": "script.sh",
"override": { "override": {
"vmware": { "vmware": {