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 1c444a9..d68d84d 100644
--- a/src/CaBundle.php
+++ b/src/CaBundle.php
@@ -129,7 +129,7 @@ class CaBundle
      */
     public static function getBundledCaBundlePath()
     {
-        return __DIR__.'/../res/cacert.pem';
+        return __DIR__.'/../../data/Composer/res/cacert.pem';
     }
 
     /**
