aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
authorMax Howell2011-09-05 09:19:17 +0100
committerMax Howell2011-09-05 09:44:53 +0100
commita3556cd31fc58493d88a2bccc621b9901386a02b (patch)
treee6a8a78700f2a35bcc4ac6cb817d5b131bb6c278 /Library/Homebrew/utils.rb
parentd2d7cad2686fb0eeda25575fb4396337ea410e8a (diff)
downloadhomebrew-a3556cd31fc58493d88a2bccc621b9901386a02b.tar.bz2
Use proper issue URL
Diffstat (limited to 'Library/Homebrew/utils.rb')
-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