From fed468c78010b3a4b96d1044def6928f293008a1 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 13 Feb 2014 23:12:51 -0500 Subject: Always print top-level issue URL --- Library/Homebrew/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 1ee32c5f8..f0ff2f123 100644 --- a/Library/Homebrew/utils.rb +++ b/Library/Homebrew/utils.rb @@ -339,7 +339,7 @@ module GitHub extend self return end - prs.each {|i| yield "#{i["title"]} (#{i["pull_request"]["html_url"]})" } + prs.each { |i| yield "#{i["title"]} (#{i["html_url"]})" } end def private_repo?(user, repo) -- cgit v1.2.3