Fix reference to message not created middleware

This commit is contained in:
Fabio Rehm 2013-03-03 23:16:02 -03:00
parent a336c61991
commit 50d86e927c

View file

@ -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