diff --git a/lib/vagrant/command/status.rb b/lib/vagrant/command/status.rb index 71173a807..ffd6db26a 100644 --- a/lib/vagrant/command/status.rb +++ b/lib/vagrant/command/status.rb @@ -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