website/docs: Add missing `end` to "Run Once or Always" example

This commit is contained in:
Fabio Rehm 2014-05-01 18:50:51 -03:00
parent 736b6b1674
commit d64c1f750c
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ as shown below:
Vagrant.configure("2") do |config|
config.vm.provision "shell", inline: "echo hello",
run: "always"
end
```
If you're using the block format, you must specify it outside