diff --git a/website/source/docs/provisioners/shell.html.markdown b/website/source/docs/provisioners/shell.html.markdown index c022f4113..acb755818 100644 --- a/website/source/docs/provisioners/shell.html.markdown +++ b/website/source/docs/provisioners/shell.html.markdown @@ -53,8 +53,7 @@ Optional parameters: * `execute_command` (string) - The command to use to execute the script. By default this is `chmod +x {{ .Path }}; {{ .Vars }} {{ .Path }}`. The value of this is - treated as [configuration template](/docs/templates/configuration- - templates.html). There are two available variables: `Path`, which is + treated as [configuration template](/docs/templates/configuration-templates.html). There are two available variables: `Path`, which is the path to the script to run, and `Vars`, which is the list of `environment_vars`, if configured.