brew style --fix

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2024-10-02 10:01:03 -07:00
parent 693960dd06
commit ada5e2d219
No known key found for this signature in database

View File

@ -156,7 +156,7 @@ module Kernel
require "tap"
tap = Tap.fetch(match[:user], match[:repo])
tap = Tap.fetch(match[:user], match[:repository])
tap_message = "\nPlease report this issue to the #{tap.full_name} tap"
tap_message += " (not Homebrew/brew or Homebrew/homebrew-core)" unless tap.official?
tap_message += ", or even better, submit a PR to fix it" if replacement