aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils.rb
diff options
context:
space:
mode:
authorJannis Leidel2011-04-07 12:33:30 +0200
committerAdam Vandenberg2011-04-07 07:36:47 -0700
commit4c215630a6451aca1bf12dc6063bc40287472fdf (patch)
treee8d4146dfb14280ac3f1062a23c54012a44ad15f /Library/Homebrew/utils.rb
parentea5d7eb58b6101b3a125916cc03bacbf2eda6c51 (diff)
downloadhomebrew-4c215630a6451aca1bf12dc6063bc40287472fdf.tar.bz2
Use https for issue links at the end of stack traces.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Homebrew/utils.rb')
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index ca633c521..0dc1a4b51 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -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