pr-upload: Fix a typo affecting Internet Archive
This commit is contained in:
parent
f14ed4987f
commit
c4787a0a8b
@ -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