diff --git a/lib/vagrant/command/status.rb b/lib/vagrant/command/status.rb index f71c0eaea..22dfde202 100644 --- a/lib/vagrant/command/status.rb +++ b/lib/vagrant/command/status.rb @@ -6,8 +6,6 @@ module Vagrant register "status" def route - require_environment - state = nil results = env.vms.collect do |name, vm| state ||= vm.created? ? vm.vm.state.to_s : "not_created"