Merge pull request #11698 from MikeMcQuaid/cannot_find_formula_message

cmd/install: output missing formula name.
This commit is contained in:
Mike McQuaid 2021-07-12 12:39:14 +01:00 committed by GitHub
commit 7d37d09709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,6 +253,7 @@ module Homebrew
return
end
opoo e
ohai "Searching for similarly named formulae..."
formulae_search_results = search_formulae(e.name)
case formulae_search_results.length