summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-03-17 21:53:21 -0700
committerAndre Arko <andre@arko.net>2016-03-17 21:53:21 -0700
commit293965725932aca85b7feb3ef7bc9f8dd6b6135b (patch)
tree33f14fe48a277bc0c6b0643a30d32d2d3deb2120
parentd9ed5642aa9f40b7d0f0a39df49b2293971ac2f3 (diff)
downloadbundler-293965725932aca85b7feb3ef7bc9f8dd6b6135b.tar.gz
use the certs from their new subdirectories
-rw-r--r--lib/bundler/fetcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/fetcher.rb b/lib/bundler/fetcher.rb
index b9c4cc7893..7da22f8ed1 100644
--- a/lib/bundler/fetcher.rb
+++ b/lib/bundler/fetcher.rb
@@ -282,7 +282,7 @@ module Bundler
end
else
store.set_default_paths
- certs = File.expand_path("../ssl_certs/*.pem", __FILE__)
+ certs = File.expand_path("../ssl_certs/*/*.pem", __FILE__)
Dir.glob(certs).each {|c| store.add_file c }
end
store