Merge pull request #9777 from rquadling/patch-1

Update usage.html.md
This commit is contained in:
Brian Cain 2018-05-04 09:08:03 -07:00 committed by GitHub
commit 8c6e574e8a
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