Skip to content

Commit

Permalink
Update Cli.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis authored Dec 15, 2017
1 parent 1c55690 commit 8966acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static function exec($command, array $args = [], $cwd = null, $verbose =

// execute command
try {
$process = new Process($cmd, $cwd, $_ENV, null, 3600);
$process = new Process($cmd, $cwd, null, null, 3600);
$process->inheritEnvironmentVariables(true);
$process->run();
} catch (\Exception $exception) {
Expand Down

0 comments on commit 8966acf

Please sign in to comment.