Merge pull request #17251 from Homebrew/update-core-tap-force-messaging

This commit is contained in:
Carlo Cabrera 2024-05-08 09:16:30 +01:00 committed by GitHub
commit 41cbfc3710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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