Drops "cannot be retapped" from manual untap warning

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Colin Dean 2022-07-21 11:51:21 -04:00 committed by GitHub
parent ac53a6ae36
commit 5e56b9effe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ begin
blocked_tap = possible_tap && Tap.untapped_official_taps.include?(possible_tap.name)
if blocked_tap
[
"`brew #{cmd}` is unavailable because #{possible_tap.name} was manually untapped and cannot be retapped.",
"`brew #{cmd}` is unavailable because #{possible_tap.name} was manually untapped.",
"Run `brew tap #{possible_tap.name}` to reenable `brew #{cmd}`.",
].each { |ln| onoe ln }
end