mirror of
https://ghproxy.net/https://github.com/wp-cli/wp-cli-bundle.git
synced 2025-10-04 06:55:06 +08:00
make-phar: update mustache location
This commit is contained in:
parent
b3246333ae
commit
a84283bf18
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ $finder
|
|||
->name( '/\.*.php8?/' )
|
||||
->in( WP_CLI_ROOT . '/php' )
|
||||
->in( WP_CLI_BUNDLE_ROOT . '/php' )
|
||||
->in( WP_CLI_VENDOR_DIR . '/wp-cli/mustache' )
|
||||
->in( WP_CLI_VENDOR_DIR . '/mustache/mustache' )
|
||||
->in( WP_CLI_VENDOR_DIR . '/eftec/bladeone' )
|
||||
->in( WP_CLI_ROOT . '/bundle/rmccue/requests' )
|
||||
->in( WP_CLI_VENDOR_DIR . '/composer' )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue