From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Fri, 29 Apr 2016 22:06:32 -0400
Subject: Adapt res/ path

Forwarded: not-needed
---
 src/CaBundle.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CaBundle.php b/src/CaBundle.php
index 6cf3b84..2527000 100644
--- a/src/CaBundle.php
+++ b/src/CaBundle.php
@@ -122,7 +122,7 @@ class CaBundle
      */
     public static function getBundledCaBundlePath()
     {
-        $caBundleFile = __DIR__.'/../res/cacert.pem';
+        $caBundleFile = __DIR__.'/../../data/Composer/res/cacert.pem';
 
         // cURL does not understand 'phar://' paths
         // see https://github.com/composer/ca-bundle/issues/10
