Merge pull request #10697 from sjackman/sj/pr-upload
pr-upload: Fix a typo affecting Internet Archive
This commit is contained in:
commit
ac2c9df43a
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user