cmd/install: do not print similar error messages

This commit is contained in:
Alexander Bayandin 2021-06-22 16:36:03 +01:00
parent 4a81d10161
commit 35288995bc
No known key found for this signature in database
GPG Key ID: 444BD9CA93262701

View File

@ -268,7 +268,6 @@ module Homebrew
puts "To install one of them, run (for example):\n brew install #{formulae_search_results.first}"
end
ofail e.message
if (reason = MissingFormula.reason(e.name))
$stderr.puts reason
return