From 50d86e927cb54fac5a902a1dd124e43f1e2ee048 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 3 Mar 2013 23:16:02 -0300 Subject: [PATCH] Fix reference to message not created middleware --- 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 e47088d..92c80cf 100644 --- a/lib/vagrant-lxc/action.rb +++ b/lib/vagrant-lxc/action.rb @@ -117,7 +117,7 @@ module Vagrant b.use CheckLXC b.use Vagrant::Action::Builtin::Call, Created do |env1, b2| if !env1[:result] - b2.use MessageNotCreated + b2.use VagrantPlugins::ProviderVirtualBox::Action::MessageNotCreated next end