Merge pull request #10697 from sjackman/sj/pr-upload

pr-upload: Fix a typo affecting Internet Archive
This commit is contained in:
Shaun Jackman 2021-02-24 16:25:25 -08:00 committed by GitHub
commit ac2c9df43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ module Homebrew
def archive?(bottles_hash) def archive?(bottles_hash)
@archive ||= bottles_hash.values.all? do |bottle_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
end end