From 5005916093db1ea3e6862c4926ec82f1790fd340 Mon Sep 17 00:00:00 2001 From: apainintheneck Date: Tue, 7 May 2024 20:07:27 -0700 Subject: [PATCH] tap: update core tap --force messaging Per this suggestion: https://github.com/Homebrew/brew/pull/17227#discussion_r1590630520 --- Library/Homebrew/tap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index 8512a16259..118866ddd0 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -465,7 +465,7 @@ class Tap return elsif (core_tap? || core_cask_tap?) && !Homebrew::EnvConfig.no_install_from_api? && !force odie "Tapping #{name} is no longer typically necessary.\n" \ - "Add #{Formatter.option("--force")} if you are sure you need it for local development." + "Add #{Formatter.option("--force")} if you are sure you need it for contributing to Homebrew." end clear_cache