From 1c7fe799680b82350759559bab3a1e8735811ee9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 23 Apr 2021 13:53:43 +0100 Subject: [PATCH] dev-cmd/pr-upload: fix bad args reference. Currently breaking CI. --- Library/Homebrew/dev-cmd/pr-upload.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/pr-upload.rb b/Library/Homebrew/dev-cmd/pr-upload.rb index 2f3682d21b..aa19824281 100644 --- a/Library/Homebrew/dev-cmd/pr-upload.rb +++ b/Library/Homebrew/dev-cmd/pr-upload.rb @@ -94,7 +94,7 @@ module Homebrew if root_url bottles_hash.each_value do |bottle_hash| - bottle_hash["bottle"]["root_url"] = args.root_url + bottle_hash["bottle"]["root_url"] = root_url end end