Drops "cannot be retapped" from manual untap warning
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ac53a6ae36
commit
5e56b9effe
@ -107,7 +107,7 @@ begin
|
|||||||
blocked_tap = possible_tap && Tap.untapped_official_taps.include?(possible_tap.name)
|
blocked_tap = possible_tap && Tap.untapped_official_taps.include?(possible_tap.name)
|
||||||
if blocked_tap
|
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}`.",
|
"Run `brew tap #{possible_tap.name}` to reenable `brew #{cmd}`.",
|
||||||
].each { |ln| onoe ln }
|
].each { |ln| onoe ln }
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user