Update Library/Homebrew/utils/repology.rb

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Baffour Adu Boampong 2020-08-18 09:53:52 +00:00 committed by GitHub
parent 605228d07c
commit e4e0b16803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ module Repology
pull_requests = pull_requests.map { |pr| "#{pr["title"]} (#{Formatter.url(pr["html_url"])})" }.join(", ")
end
pull_requests = "None" if pull_requests.empty?
pull_requests = "none" if pull_requests.blank?
{
repology_latest_version: latest_version,