diff --git a/plugins/commands/plugin/action.rb b/plugins/commands/plugin/action.rb index 2d0024915..04cfa5c9c 100644 --- a/plugins/commands/plugin/action.rb +++ b/plugins/commands/plugin/action.rb @@ -29,6 +29,7 @@ module VagrantPlugins # This middleware sequence will uninstall a plugin. def self.action_uninstall Vagrant::Action::Builder.new.tap do |b| + b.use PluginExistsCheck b.use UninstallPlugin end end