Explain edge case in install/cmd

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Kevin 2022-12-13 20:31:33 -08:00 committed by GitHub
parent daa87fa10f
commit 0afc41ceef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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..."