core: expose the hook method from the env
This commit is contained in:
parent
f5cc112a4b
commit
ec5727dfe0
|
@ -517,6 +517,7 @@ module Vagrant
|
|||
:action_runner => action_runner,
|
||||
:box_collection => boxes,
|
||||
:global_config => config_global,
|
||||
:hook => method(:hook),
|
||||
:host => host,
|
||||
:gems_path => gems_path,
|
||||
:home_path => home_path,
|
||||
|
|
Loading…
Reference in New Issue