From 2806c70468dd6bc0e0a3884b5b672be358b4cc6f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 28 Jun 2013 15:25:53 -0400 Subject: [PATCH] website: fix typo on shell script --- website/source/docs/templates/provisioners.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/provisioners.html.markdown b/website/source/docs/templates/provisioners.html.markdown index b31904ef3..76aaa695f 100644 --- a/website/source/docs/templates/provisioners.html.markdown +++ b/website/source/docs/templates/provisioners.html.markdown @@ -73,7 +73,7 @@ This example is shown below:
 {
   "type": "shell",
-  "path": "script.sh",
+  "script": "script.sh",
 
   "override": {
     "vmware": {