Explain edge case in install/cmd
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
daa87fa10f
commit
0afc41ceef
@ -295,6 +295,8 @@ module Homebrew
|
||||
return
|
||||
end
|
||||
|
||||
# We don't seem to get good search results when the tap is specified
|
||||
# so we might as well return early.
|
||||
return if name.include?("/")
|
||||
|
||||
ohai "Searching for similarly named formulae and casks..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user