Skip to content
Snippets Groups Projects
Commit 27ee9cf7 authored by Baffour Adu Boampong's avatar Baffour Adu Boampong
Browse files

Merge branch 'mlh-outdated-packages' of github.com:MLH-Fellowship/brew into mlh-outdated-packages

parents afe9a483 647b229d
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,10 @@ module Repology
end
def validate_and_format_packages(outdated_repology_packages, limit)
if outdated_repology_packages.size > 10 && (limit.blank? || limit > 10)
ohai "Verifying outdated repology packages"
end
packages = {}
outdated_repology_packages.each do |_name, repositories|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment