Skip to content

Commit

Permalink
Merge pull request #11234 from MikeMcQuaid/pr_upload_args
Browse files Browse the repository at this point in the history
dev-cmd/pr-upload: fix bad args reference.
  • Loading branch information
MikeMcQuaid committed Apr 23, 2021
2 parents 5d67709 + 1c7fe79 commit dcd9bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/dev-cmd/pr-upload.rb
Expand Up @@ -94,7 +94,7 @@ def bottles_hash_from_json_files(root_url)

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

Expand Down

0 comments on commit dcd9bf1

Please sign in to comment.