Merge pull request #1199 from krismolendyke/fix-website-typo
Fix website shell provisioner typo.
This commit is contained in:
commit
8e3559a035
|
@ -33,7 +33,7 @@ Exactly _one_ of the following is required:
|
||||||
The commands are concatenated by newlines and turned into a single file,
|
The commands are concatenated by newlines and turned into a single file,
|
||||||
so they are all executed within the same context. This allows you to
|
so they are all executed within the same context. This allows you to
|
||||||
change directories in one command and use something in the directory in
|
change directories in one command and use something in the directory in
|
||||||
the next and so on. Inline scripts are the easiest way to pull of simple
|
the next and so on. Inline scripts are the easiest way to pull off simple
|
||||||
tasks within the machine.
|
tasks within the machine.
|
||||||
|
|
||||||
* `script` (string) - The path to a script to upload and execute in the machine.
|
* `script` (string) - The path to a script to upload and execute in the machine.
|
||||||
|
|
Loading…
Reference in New Issue