Merge pull request #8162 from SeekingMeaning/bump-formula-pr/args-fix

bump-formula-pr: fix `missing keyword: args` error
This commit is contained in:
Dawid Dziurla 2020-07-31 23:33:39 +02:00 committed by GitHub
commit b8a970bd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -510,7 +510,7 @@ module Homebrew
end
# if we haven't already found open requests, try for an exact match across all requests
pull_requests = fetch_pull_requests("#{formula.name} #{version}", tap_full_name) if pull_requests.blank?
check_for_duplicate_pull_requests(pull_requests)
check_for_duplicate_pull_requests(pull_requests, args: args)
end
def check_for_duplicate_pull_requests(pull_requests, args:)