typo in the link

This commit is contained in:
Pierre Ozoux 2013-08-14 15:04:02 +01:00
parent 0ba17a1a50
commit 2fe54acd98
1 changed files with 1 additions and 2 deletions

View File

@ -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.