Use https for issue links at the end of stack traces.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jannis Leidel 2011-04-07 12:33:30 +02:00 committed by Adam Vandenberg
parent 035b216e90
commit c8d4077256

View File

@ -336,7 +336,7 @@ module GitHub extend self
open "http://github.com/api/v2/yaml/issues/search/mxcl/homebrew/open/#{name}" do |f|
YAML::load(f.read)['issues'].each do |issue|
issues << 'http://github.com/mxcl/homebrew/issues/#issue/%s' % issue['number']
issues << 'https://github.com/mxcl/homebrew/issues/#issue/%s' % issue['number']
end
end