core: environment_loaded doesn't load full env

This commit is contained in:
Mitchell Hashimoto 2014-04-23 06:33:46 -07:00
parent da69bd60a4
commit e40b5d6cd3
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ module Vagrant
hook(:environment_plugins_loaded, runner: Action::Runner.new(env: self))
# Call the environment load hooks
hook(:environment_load)
hook(:environment_load, runner: Action::Runner.new(env: self))
end
# Return a human-friendly string for pretty printed or inspected