From 5a4b81fa3cda2cdd944ba9e6a3aa3fbab05bed6e Mon Sep 17 00:00:00 2001 From: Tyler Tidman Date: Mon, 11 Jan 2016 10:58:01 -0500 Subject: [PATCH] Fix typo in shell-local command example --- website/source/docs/provisioners/shell-local.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/shell-local.html.markdown b/website/source/docs/provisioners/shell-local.html.markdown index 198e31272..eb958537f 100644 --- a/website/source/docs/provisioners/shell-local.html.markdown +++ b/website/source/docs/provisioners/shell-local.html.markdown @@ -39,7 +39,7 @@ Required: Optional parameters: - `execute_command` (array of strings) - The command to use to execute - the script. By default this is `["/bin/sh", "-c", "{{.Command}"]`. The value + the script. By default this is `["/bin/sh", "-c", "{{.Command}}"]`. The value is an array of arguments executed directly by the OS. The value of this is treated as [configuration template](/docs/templates/configuration-templates.html). The only available