tap: update core tap --force messaging
Per this suggestion: https://github.com/Homebrew/brew/pull/17227#discussion_r1590630520
This commit is contained in:
parent
020d9947b0
commit
5005916093
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user