Skip to content

Commit

Permalink
Merge pull request #17227 from Homebrew/tweak-core-tap-warning
Browse files Browse the repository at this point in the history
tap: tweak core tap warning
  • Loading branch information
apainintheneck authored May 4, 2024
2 parents 3cea82c + 373b7d1 commit 7e0c137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/tap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def install(quiet: false, clone_target: nil,
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
Expand Down

0 comments on commit 7e0c137

Please sign in to comment.