From 7c9fb9a5d704378a8b8359170e76b3379ad7984f Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 18 Jul 2018 15:48:26 -0700 Subject: [PATCH] Use availablity of local plugins file instead of option --- plugins/commands/plugin/command/repair.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/plugin/command/repair.rb b/plugins/commands/plugin/command/repair.rb index 670d2b232..57f90cbb2 100644 --- a/plugins/commands/plugin/command/repair.rb +++ b/plugins/commands/plugin/command/repair.rb @@ -22,7 +22,7 @@ module VagrantPlugins return if !argv raise Vagrant::Errors::CLIInvalidUsage, help: opts.help.chomp if argv.length > 0 - if options[:env_local] + if Vagrant::Plugin::Manager.instance.local_file action(Action.action_repair_local, env: @env) end