Merge pull request #310 from hashicorp/active-machines
Environment#active_machines should return a list of tuple
This commit is contained in:
commit
45882c7847
@ -73,7 +73,7 @@ module Vagrant
|
||||
targets = client.active_targets
|
||||
names = []
|
||||
targets.each do |t|
|
||||
names << t.name
|
||||
names << [t.name, t.provider_name.to_sym]
|
||||
end
|
||||
names
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user