Skip to content

Commit 1df854a

Browse files
committed
fix(phar): update path for cacert.pem in make-phar.php
1 parent 7c3d539 commit 1df854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/make-phar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function get_composer_versions( $current_version ) {
320320
add_file( $phar, EE_VENDOR_DIR . '/composer/composer/LICENSE' );
321321
add_file( $phar, EE_VENDOR_DIR . '/composer/composer/res/composer-schema.json' );
322322
}
323-
add_file( $phar, EE_VENDOR_DIR . '/rmccue/requests/library/Requests/Transport/cacert.pem' );
323+
add_file( $phar, EE_VENDOR_DIR . '/rmccue/requests/certificates/cacert.pem' );
324324

325325
set_file_contents( $phar, EE_ROOT . '/COMPOSER_VERSIONS', get_composer_versions( $current_version ) );
326326
set_file_contents( $phar, EE_ROOT . '/VERSION', $current_version );

0 commit comments

Comments
 (0)