Skip to content
Snippets Groups Projects
Commit c8d40772 authored by Jannis Leidel's avatar Jannis Leidel Committed by Adam Vandenberg
Browse files

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

parent 035b216e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment