providers/hyperv: use HandleBox middleware

This commit is contained in:
Mitchell Hashimoto 2014-02-26 10:46:30 -08:00
parent 27688a183b
commit 64abd95c6f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ module VagrantPlugins
def self.action_up
Vagrant::Action::Builder.new.tap do |b|
b.use HandleBoxUrl
b.use HandleBox
b.use ConfigValidate
b.use Call, IsCreated do |env1, b1|
if env1[:result]