Fix vagrant status with multi-vm [closes GH-146]

This commit is contained in:
Mitchell Hashimoto 2010-08-25 13:33:31 -07:00
parent 5c56e46739
commit 27d5ffa3d6
1 changed files with 1 additions and 1 deletions

View File

@ -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