Skip to content
Snippets Groups Projects
Unverified Commit f4371297 authored by Michka Popoff's avatar Michka Popoff Committed by GitHub
Browse files

Merge pull request #5833 from scpeters/scpeters-patch-1

utils/github: use tap.full_name
parents 80da9640 e91b889e
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@ module GitHub
def issues_for_formula(name, options = {})
tap = options[:tap] || CoreTap.instance
search_issues(name, state: "open", repo: "#{tap.user}/homebrew-#{tap.repo}", in: "title")
search_issues(name, state: "open", repo: tap.full_name, in: "title")
end
def user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment