Merge pull request #17227 from Homebrew/tweak-core-tap-warning

tap: tweak core tap warning
This commit is contained in:
Kevin 2024-05-04 10:37:18 -07:00 committed by GitHub
commit 7e0c137955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -434,7 +434,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 done."
"Add #{Formatter.option("--force")} if you are sure you need it for local development."
end
clear_cache