summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-03-17 21:53:12 -0700
committerpivotal <pivotal@vine.ny.pivotallabs.com>2016-03-28 13:06:17 -0400
commit0910fb5ef0d32b6fa22c3b1714e92820b27d7273 (patch)
tree63080da5319249cb6414a518f86b77552a9c727c
parent37766ab7e9683fa4a18bad601d84d0e1beb1235c (diff)
downloadbundler-0910fb5ef0d32b6fa22c3b1714e92820b27d7273.tar.gz
only one level of directories here...
-rw-r--r--lib/bundler/ssl_certs/certificate_manager.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/ssl_certs/certificate_manager.rb b/lib/bundler/ssl_certs/certificate_manager.rb
index a5e5d84b64..f858b1e3c1 100644
--- a/lib/bundler/ssl_certs/certificate_manager.rb
+++ b/lib/bundler/ssl_certs/certificate_manager.rb
@@ -48,7 +48,7 @@ module Bundler
private
def certificates_in(path)
- Dir[File.join(path, "**/*.pem")].sort
+ Dir[File.join(path, "*/*.pem")].sort
end
def store