Use proper issue URL

This commit is contained in:
Max Howell 2011-09-05 09:19:17 +01:00
parent 0f3f0626d3
commit 6283ca46b7

View File

@ -403,7 +403,7 @@ module GitHub extend self
yaml['issues'].each do |issue| yaml['issues'].each do |issue|
# don't include issues that just refer to the tool in their body # don't include issues that just refer to the tool in their body
if issue['title'].include? name if issue['title'].include? name
issues << 'https://github.com/mxcl/homebrew/issues/#issue/%s' % issue['number'] issues << issue['html_url']
end end
end end
end end