From e91b889e047a20bca0338f6a9641981e39f5e770 Mon Sep 17 00:00:00 2001 From: Steven Peters Date: Sun, 3 Mar 2019 22:31:38 -0800 Subject: [PATCH] utils/github: use tap.full_name --- Library/Homebrew/utils/github.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/github.rb b/Library/Homebrew/utils/github.rb index e9db33db0d..c613fc6acb 100644 --- a/Library/Homebrew/utils/github.rb +++ b/Library/Homebrew/utils/github.rb @@ -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