diff --git a/plugins/providers/hyperv/action.rb b/plugins/providers/hyperv/action.rb index 2d6433a22..61dec2a1a 100644 --- a/plugins/providers/hyperv/action.rb +++ b/plugins/providers/hyperv/action.rb @@ -38,7 +38,7 @@ module VagrantPlugins end b2.use ConfigValidate - b4.use ProvisionerCleanup, :before + b2.use ProvisionerCleanup, :before b2.use StopInstance b2.use DeleteVM end