Skip to content

Commit 7319f58

Browse files
committed
Merge branch 'mrrobot47-fix/cli-update' into develop-v4
2 parents 090b3bd + 550fe5d commit 7319f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/commands/src/CLI_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public function update( $_, $assoc_args ) {
309309
EE::log( 'Updating EasyEngine to new version. This might take some time.' );
310310

311311
$php_binary = Utils\get_php_binary();
312-
$process = EE\Process::create( "{$php_binary} $temp cli info" );
312+
$process = EE\Process::create( "{$php_binary} $temp cli info", null, null );
313313
$result = $process->run();
314314
if ( 0 !== $result->return_code || false === stripos( $result->stdout, 'EE version' ) ) {
315315
$multi_line = explode( PHP_EOL, $result->stderr );

0 commit comments

Comments
 (0)