Use https for issue links at the end of stack traces.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
035b216e90
commit
c8d4077256
@ -336,7 +336,7 @@ module GitHub extend self
|
|||||||
|
|
||||||
open "http://github.com/api/v2/yaml/issues/search/mxcl/homebrew/open/#{name}" do |f|
|
open "http://github.com/api/v2/yaml/issues/search/mxcl/homebrew/open/#{name}" do |f|
|
||||||
YAML::load(f.read)['issues'].each do |issue|
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user