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
|
class CheckRunning < BaseAction
|
||||||
def call(env)
|
def call(env)
|
||||||
unless env[:machine].state.running?
|
unless env[:machine].state.running?
|
||||||
raise Vagrant::Errors::VMNotCreatedError
|
raise Vagrant::Errors::VMNotRunningError
|
||||||
end
|
end
|
||||||
|
|
||||||
# Call the next if we have one (but we shouldn't, since this
|
# Call the next if we have one (but we shouldn't, since this
|
||||||
|
|
Loading…
Add table
Reference in a new issue