From b7b7fdb9c6199d4535e2d56ac89cdd1d8cbe5c3e Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 15 Oct 2021 10:05:35 -0700 Subject: [PATCH] Disable target option on cap command --- plugins/commands/cap/command.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/commands/cap/command.rb b/plugins/commands/cap/command.rb index bd3908a7a..50803b2b9 100644 --- a/plugins/commands/cap/command.rb +++ b/plugins/commands/cap/command.rb @@ -28,9 +28,9 @@ module VagrantPlugins options[:check] = f end - o.on("-t", "--target=TARGET", "Target guest to run against (if applicable)") do |t| - options[:target] = t - end + # o.on("-t", "--target=TARGET", "Target guest to run against (if applicable)") do |t| + # options[:target] = t + # end end # Parse the options