diff --git a/Library/Homebrew/dev-cmd/pr-upload.rb b/Library/Homebrew/dev-cmd/pr-upload.rb index f82645f2d8..6e9ac110ef 100644 --- a/Library/Homebrew/dev-cmd/pr-upload.rb +++ b/Library/Homebrew/dev-cmd/pr-upload.rb @@ -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