Skip to content

Commit efdb829

Browse files
committed
remove unnecessary --path from invoke_wp_cli()
1 parent e8a420b commit efdb829

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Phakefile.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
require __DIR__ . '/vendor/autoload.php';
33

44
function invoke_wp_cli( $cmd, $app ) {
5-
$cmd .= ' --path=' . escapeshellarg( $app['path'] );
6-
75
ob_start();
86
system( $cmd, $return_code );
97
$json = ob_get_clean();

0 commit comments

Comments
 (0)