providers/virtualbox: use new HandleBox middleware
This commit is contained in:
parent
d278fb2661
commit
4cedd590d9
|
@ -302,7 +302,7 @@ module VagrantPlugins
|
|||
# works fine.
|
||||
b.use Call, Created do |env, b2|
|
||||
if !env[:result]
|
||||
b2.use HandleBoxUrl
|
||||
b2.use HandleBox
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue