search: silence searching git log.

This commit is contained in:
Mike McQuaid 2017-03-22 21:56:30 +00:00
parent 4c2fe5d91e
commit 35a4836dc3

View File

@ -67,7 +67,7 @@ module Homebrew
if $stdout.tty? if $stdout.tty?
count = local_results.length + tap_results.length count = local_results.length + tap_results.length
if reason = Homebrew::MissingFormula.reason(query) if reason = Homebrew::MissingFormula.reason(query, silent: true)
if count > 0 if count > 0
puts puts
puts "If you meant #{query.inspect} specifically:" puts "If you meant #{query.inspect} specifically:"