providers/hyperv: fix error

This commit is contained in:
Mitchell Hashimoto 2015-11-23 12:06:11 -08:00
parent b23b48a614
commit 24799575c3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module VagrantPlugins
end end
b2.use ConfigValidate b2.use ConfigValidate
b4.use ProvisionerCleanup, :before b2.use ProvisionerCleanup, :before
b2.use StopInstance b2.use StopInstance
b2.use DeleteVM b2.use DeleteVM
end end