website/docs: Add missing `end` to "Run Once or Always" example
This commit is contained in:
parent
736b6b1674
commit
d64c1f750c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue