core: Environment#action_runner sets machine_index

This commit is contained in:
Mitchell Hashimoto 2014-04-22 17:15:33 -07:00
parent e985308e9a
commit a1e6d0a85e
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ module Vagrant
:box_collection => boxes, :box_collection => boxes,
:hook => method(:hook), :hook => method(:hook),
:host => host, :host => host,
:machine_index => machine_index,
:gems_path => gems_path, :gems_path => gems_path,
:home_path => home_path, :home_path => home_path,
:root_path => root_path, :root_path => root_path,