Skip to content

Commit a84283b

Browse files
committed
make-phar: update mustache location
1 parent b324633 commit a84283b

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
@@ -188,7 +188,7 @@ function get_composer_versions( $current_version ) {
188188
->name( '/\.*.php8?/' )
189189
->in( WP_CLI_ROOT . '/php' )
190190
->in( WP_CLI_BUNDLE_ROOT . '/php' )
191-
->in( WP_CLI_VENDOR_DIR . '/wp-cli/mustache' )
191+
->in( WP_CLI_VENDOR_DIR . '/mustache/mustache' )
192192
->in( WP_CLI_VENDOR_DIR . '/eftec/bladeone' )
193193
->in( WP_CLI_ROOT . '/bundle/rmccue/requests' )
194194
->in( WP_CLI_VENDOR_DIR . '/composer' )

0 commit comments

Comments
 (0)