fix reload command in docs
shouldn't it be `reload` instead of `provision` ? :-/
This commit is contained in:
parent
7a57ecb5cb
commit
36bdde9f3c
|
@ -27,5 +27,5 @@ the provisioners to re-run by specifying the `--provision` flag.
|
||||||
|
|
||||||
* `--provision-with x,y,z` - This will only run the given provisioners. For
|
* `--provision-with x,y,z` - This will only run the given provisioners. For
|
||||||
example, if you have a `:shell` and `:chef_solo` provisioner and run
|
example, if you have a `:shell` and `:chef_solo` provisioner and run
|
||||||
`vagrant provision --provision-with shell`, only the shell provisioner will
|
`vagrant reload --provision-with shell`, only the shell provisioner will
|
||||||
be run.
|
be run.
|
||||||
|
|
Loading…
Reference in New Issue