Skip to content

Commit

Permalink
Fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Dec 9, 2020
1 parent d71b772 commit ac4800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-install-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ protected function find_wp_cli(): string {

$paths = [
__DIR__ . '/../vendor/wp-cli/wp-cli/bin/wp',
__DIR__ . '/../../../vendor/wp-cli/wp-cli/bin/wp',
__DIR__ . '/../../../wp-cli/wp-cli/bin/wp',
];

foreach ( $paths as $path ) {
Expand Down

0 comments on commit ac4800e

Please sign in to comment.