Fix vagrant status with multi-vm [closes GH-146]
This commit is contained in:
parent
5c56e46739
commit
27d5ffa3d6
|
@ -7,7 +7,7 @@ module Vagrant
|
||||||
|
|
||||||
def route
|
def route
|
||||||
require_environment
|
require_environment
|
||||||
show_multivm if target_vms.length > 1
|
return show_multivm if target_vms.length > 1
|
||||||
show_single(target_vms.first)
|
show_single(target_vms.first)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue