Fix reference of typo corrected on 43bb20d05f

This commit is contained in:
Artur Rodrigues 2013-06-28 16:45:32 -03:00
parent 2806c70468
commit d857eb1cee
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ the `type` key. This key specifies the name of the provisioner to use.
Additional keys within the object are used to configure the provisioner,
with the exception of a handful of special keys, covered later.
As an example, the "shell" provisioner requires at least the `path` key,
As an example, the "shell" provisioner requires at least the `script` key,
which specifies a path to a shell script to execute within the machines
being created.