`vagrant status` shouldn't call "require_environment"

This commit is contained in:
Mitchell Hashimoto 2010-09-09 00:41:11 -07:00
parent 6db1afff04
commit b824a48569
1 changed files with 0 additions and 2 deletions

View File

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