aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
authorJack Nagel2014-02-13 23:12:51 -0500
committerJack Nagel2014-02-13 23:22:43 -0500
commit50449db20a427a6f4a9834c86cc69b69b2247b1c (patch)
tree88a8458bb120a22586e9e37a8f8c9366eab7bfc9 /Library/Homebrew/utils.rb
parent123af9194dc6d47275a4621ea9d63077ee569d33 (diff)
downloadhomebrew-50449db20a427a6f4a9834c86cc69b69b2247b1c.tar.bz2
Always print top-level issue URL
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
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)