Merge pull request #8162 from SeekingMeaning/bump-formula-pr/args-fix
bump-formula-pr: fix `missing keyword: args` error
This commit is contained in:
commit
b8a970bd44
@ -510,7 +510,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
# if we haven't already found open requests, try for an exact match across all requests
|
# 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?
|
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
|
end
|
||||||
|
|
||||||
def check_for_duplicate_pull_requests(pull_requests, args:)
|
def check_for_duplicate_pull_requests(pull_requests, args:)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user