Copy and paste is evil
This commit is contained in:
parent
330b90fa10
commit
cf8696d699
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue