dev-cmd/pr-upload: fix bad args reference.

Currently breaking CI.
This commit is contained in:
Mike McQuaid 2021-04-23 13:53:43 +01:00
parent d4a2abec7e
commit 1c7fe79968
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -94,7 +94,7 @@ module Homebrew
if root_url if root_url
bottles_hash.each_value do |bottle_hash| bottles_hash.each_value do |bottle_hash|
bottle_hash["bottle"]["root_url"] = args.root_url bottle_hash["bottle"]["root_url"] = root_url
end end
end end