Use proper issue URL
This commit is contained in:
parent
0f3f0626d3
commit
6283ca46b7
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user