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
|
||||
require_environment
|
||||
show_multivm if target_vms.length > 1
|
||||
return show_multivm if target_vms.length > 1
|
||||
show_single(target_vms.first)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue