Expose the home_path to the action runner

This commit is contained in:
Mitchell Hashimoto 2013-02-04 10:42:44 -08:00
parent 85e458b9a8
commit 82c9b658d0
1 changed files with 1 additions and 0 deletions

View File

@ -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