Only suggests formulae in brew install.
This commit is contained in:
parent
717032d86d
commit
0dfad30fb1
@ -281,7 +281,7 @@ module Homebrew
|
|||||||
# Do not search taps if the formula name is qualified
|
# Do not search taps if the formula name is qualified
|
||||||
return if e.name.include?("/")
|
return if e.name.include?("/")
|
||||||
ohai "Searching taps..."
|
ohai "Searching taps..."
|
||||||
taps_search_results = search_taps(e.name)
|
taps_search_results, = search_taps(e.name)
|
||||||
case taps_search_results.length
|
case taps_search_results.length
|
||||||
when 0
|
when 0
|
||||||
ofail "No formulae found in taps."
|
ofail "No formulae found in taps."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user