diff options
| author | Jack Nagel | 2014-02-13 23:12:51 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-02-13 23:22:43 -0500 | 
| commit | 50449db20a427a6f4a9834c86cc69b69b2247b1c (patch) | |
| tree | 88a8458bb120a22586e9e37a8f8c9366eab7bfc9 /Library/Homebrew/utils.rb | |
| parent | 123af9194dc6d47275a4621ea9d63077ee569d33 (diff) | |
| download | homebrew-50449db20a427a6f4a9834c86cc69b69b2247b1c.tar.bz2 | |
Always print top-level issue URL
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -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)  | 
