Fix reference to message not created middleware
This commit is contained in:
parent
a336c61991
commit
50d86e927c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ module Vagrant
|
||||||
b.use CheckLXC
|
b.use CheckLXC
|
||||||
b.use Vagrant::Action::Builtin::Call, Created do |env1, b2|
|
b.use Vagrant::Action::Builtin::Call, Created do |env1, b2|
|
||||||
if !env1[:result]
|
if !env1[:result]
|
||||||
b2.use MessageNotCreated
|
b2.use VagrantPlugins::ProviderVirtualBox::Action::MessageNotCreated
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue