tap: update core tap --force messaging

Per this suggestion: https://github.com/Homebrew/brew/pull/17227#discussion_r1590630520
This commit is contained in:
apainintheneck 2024-05-07 20:07:27 -07:00
parent 020d9947b0
commit 5005916093

View File

@ -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