diff options
| author | Max Howell | 2011-09-05 09:19:17 +0100 |
|---|---|---|
| committer | Max Howell | 2011-09-05 09:44:53 +0100 |
| commit | a3556cd31fc58493d88a2bccc621b9901386a02b (patch) | |
| tree | e6a8a78700f2a35bcc4ac6cb817d5b131bb6c278 /Library/Homebrew/utils.rb | |
| parent | d2d7cad2686fb0eeda25575fb4396337ea410e8a (diff) | |
| download | homebrew-a3556cd31fc58493d88a2bccc621b9901386a02b.tar.bz2 | |
Use proper 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 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 |
