Skip to content

Commit

Permalink
Use https for issue links at the end of stack traces.
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
jezdez authored and adamv committed Apr 7, 2011
1 parent ea5d7eb commit 4c21563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/utils.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def issues_for_formula name


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


Expand Down

0 comments on commit 4c21563

Please sign in to comment.