Update usage.html.md

Show a `before` and an `after`.
This commit is contained in:
Richard Quadling 2018-05-04 15:31:27 +01:00 committed by GitHub
parent 6152f2aa0e
commit 3da8f57d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Vagrant.configure("2") do |config|
trigger.info = "I am running before vagrant up!!"
end
config.trigger.before :up do |trigger|
config.trigger.after :up do |trigger|
trigger.name = "Hello world"
trigger.info = "I am running after vagrant up!!"
end