core: environment_loaded doesn't load full env
This commit is contained in:
parent
da69bd60a4
commit
e40b5d6cd3
|
@ -144,7 +144,7 @@ module Vagrant
|
||||||
hook(:environment_plugins_loaded, runner: Action::Runner.new(env: self))
|
hook(:environment_plugins_loaded, runner: Action::Runner.new(env: self))
|
||||||
|
|
||||||
# Call the environment load hooks
|
# Call the environment load hooks
|
||||||
hook(:environment_load)
|
hook(:environment_load, runner: Action::Runner.new(env: self))
|
||||||
end
|
end
|
||||||
|
|
||||||
# Return a human-friendly string for pretty printed or inspected
|
# Return a human-friendly string for pretty printed or inspected
|
||||||
|
|
Loading…
Reference in New Issue