bump-formula-pr: fix missing keyword: args error
This commit is contained in:
parent
5ebb5fa1a6
commit
1e47a9dde8
@ -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