aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMax Howell2011-09-05 09:19:17 +0100
committerMax Howell2011-09-05 09:44:53 +0100
commit6283ca46b779ce139cd76ae7b1c978af71921e4c (patch)
tree84c5f71c2352a7086402f67ea193cc32f2bbf48f /Library/Homebrew
parent0f3f0626d312786b8d073d4a754109bf691c74b2 (diff)
downloadbrew-6283ca46b779ce139cd76ae7b1c978af71921e4c.tar.bz2
Use proper issue URL
Diffstat (limited to 'Library/Homebrew')
-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 44595ac6a..4fb84d8f4 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -403,7 +403,7 @@ module GitHub extend self
yaml['issues'].each do |issue|
# don't include issues that just refer to the tool in their body
if issue['title'].include? name
- issues << 'https://github.com/mxcl/homebrew/issues/#issue/%s' % issue['number']
+ issues << issue['html_url']
end
end
end