core: Environment#action_runner sets machine_index
This commit is contained in:
parent
e985308e9a
commit
a1e6d0a85e
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue