Merge branch 'mlh-outdated-packages' of github.com:MLH-Fellowship/brew into mlh-outdated-packages
This commit is contained in:
commit
27ee9cf7b9
@ -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|
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user