aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
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)