pr-upload: Fix a typo affecting Internet Archive

This commit is contained in:
Shaun Jackman 2021-02-24 15:06:06 -08:00
parent f14ed4987f
commit c4787a0a8b
No known key found for this signature in database
GPG Key ID: D4ED5223F4E57996

View File

@ -52,7 +52,7 @@ module Homebrew
def archive?(bottles_hash)
@archive ||= bottles_hash.values.all? do |bottle_hash|
bottle_hash["bottle"]["root_url"].start_with? "https://archive.com/"
bottle_hash["bottle"]["root_url"].start_with? "https://archive.org/"
end
end