mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
core: Environment#action_runner sets machine_index
This commit is contained in:
parent
e985308e9a
commit
a1e6d0a85e
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ module Vagrant
|
|||
:box_collection => boxes,
|
||||
:hook => method(:hook),
|
||||
:host => host,
|
||||
:machine_index => machine_index,
|
||||
:gems_path => gems_path,
|
||||
:home_path => home_path,
|
||||
:root_path => root_path,
|
||||
|
|
|
|||
Loading…
Reference in a new issue