Skip to content

Commit 1d6d469

Browse files
committed
Update make-phar file for requests path change
1 parent ad964d1 commit 1d6d469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/make-phar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function get_composer_versions( $current_version ) {
190190
->in( WP_CLI_BUNDLE_ROOT . '/php' )
191191
->in( WP_CLI_VENDOR_DIR . '/mustache' )
192192
->in( WP_CLI_VENDOR_DIR . '/eftec/bladeone' )
193-
->in( WP_CLI_VENDOR_DIR . '/rmccue/requests' )
193+
->in( WP_CLI_ROOT . '/bundle/rmccue/requests' )
194194
->in( WP_CLI_VENDOR_DIR . '/composer' )
195195
->in( WP_CLI_VENDOR_DIR . '/symfony' )
196196
->notName( 'behat-tags.php' )
@@ -290,7 +290,7 @@ function get_composer_versions( $current_version ) {
290290
add_file( $phar, WP_CLI_VENDOR_DIR . '/composer/composer/LICENSE' );
291291
add_file( $phar, WP_CLI_VENDOR_DIR . '/composer/composer/res/composer-schema.json' );
292292
}
293-
add_file( $phar, WP_CLI_VENDOR_DIR . '/rmccue/requests/certificates/cacert.pem' );
293+
add_file( $phar, WP_CLI_ROOT . '/bundle/rmccue/requests/certificates/cacert.pem' );
294294

295295
set_file_contents( $phar, WP_CLI_ROOT . '/COMPOSER_VERSIONS', get_composer_versions( $current_version ) );
296296
set_file_contents( $phar, WP_CLI_ROOT . '/VERSION', $current_version );

0 commit comments

Comments
 (0)