From ec5727dfe0b5449ce2581cbf9730b3deae58c8eb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 24 Nov 2013 21:02:18 -0800 Subject: [PATCH] core: expose the hook method from the env --- lib/vagrant/environment.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant/environment.rb b/lib/vagrant/environment.rb index cc65afa58..53ed9d06a 100644 --- a/lib/vagrant/environment.rb +++ b/lib/vagrant/environment.rb @@ -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,