From 82c9b658d0fc7f002acade4401996135d41c5d1d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 4 Feb 2013 10:42:44 -0800 Subject: [PATCH] Expose the home_path to the action runner --- lib/vagrant/environment.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vagrant/environment.rb b/lib/vagrant/environment.rb index 552025a84..00e844eff 100644 --- a/lib/vagrant/environment.rb +++ b/lib/vagrant/environment.rb @@ -415,6 +415,7 @@ module Vagrant :global_config => config_global, :host => host, :gems_path => gems_path, + :home_path => home_path, :root_path => root_path, :tmp_path => tmp_path, :ui => @ui