diff options
| author | Jack Nagel | 2014-02-13 23:12:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-02-13 23:22:43 -0500 |
| commit | fed468c78010b3a4b96d1044def6928f293008a1 (patch) | |
| tree | 84b31c4b0808611cac5cf85ae5d96ad501a1b816 /Library | |
| parent | 6dec9f6058486631d11e087b959d49788b83a31e (diff) | |
| download | brew-fed468c78010b3a4b96d1044def6928f293008a1.tar.bz2 | |
Always print top-level issue URL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/utils.rb | 2 |
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) |
