From cf8696d699bcc277297e08786dcb069e2958527f Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 3 Mar 2013 00:32:41 -0300 Subject: [PATCH] Copy and paste is evil --- lib/vagrant-lxc/action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-lxc/action.rb b/lib/vagrant-lxc/action.rb index bb7105c..aa3d257 100644 --- a/lib/vagrant-lxc/action.rb +++ b/lib/vagrant-lxc/action.rb @@ -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