Copy and paste is evil

This commit is contained in:
Fabio Rehm 2013-03-03 00:32:41 -03:00
parent 330b90fa10
commit cf8696d699

View file

@ -169,7 +169,7 @@ module Vagrant
class CheckRunning < BaseAction
def call(env)
unless env[:machine].state.running?
raise Vagrant::Errors::VMNotCreatedError
raise Vagrant::Errors::VMNotRunningError
end
# Call the next if we have one (but we shouldn't, since this