Expose the home_path to the action runner
This commit is contained in:
parent
85e458b9a8
commit
82c9b658d0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue