providers/virtualbox: use new HandleBox middleware

This commit is contained in:
Mitchell Hashimoto 2014-01-24 13:21:19 -08:00
parent d278fb2661
commit 4cedd590d9
1 changed files with 1 additions and 1 deletions

View File

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