providers/hyperv: use HandleBox middleware
This commit is contained in:
parent
27688a183b
commit
64abd95c6f
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue