From e2c9bb8a960ac091904913207da64f48764a6cf0 Mon Sep 17 00:00:00 2001 From: Baffour Adu Boampong Date: Wed, 29 Jul 2020 13:40:25 +0000 Subject: [PATCH] Reword number of packages found sentence Co-authored-by: Mike McQuaid --- Library/Homebrew/utils/repology.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/repology.rb b/Library/Homebrew/utils/repology.rb index c687a43f83..ffcbeb0493 100644 --- a/Library/Homebrew/utils/repology.rb +++ b/Library/Homebrew/utils/repology.rb @@ -48,7 +48,7 @@ module Repology page_no += 1 end - ohai "#{outdated_packages.size} outdated #{"package".pluralize(outdated_packages.size)} identified" + puts "#{outdated_packages.size} outdated #{"package".pluralize(outdated_packages.size)} found" outdated_packages end