Skip to content

Commit

Permalink
use same binary used for the RunCommand itself
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh authored Apr 8, 2017
1 parent 0d8e578 commit cde4aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/RunCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ private function getCommandProcessBuilder()
}

$pb
->add('php')
->add(PHP_BINARY)
->add($this->consoleFile)
->add('--env='.$this->env)
;
Expand Down

0 comments on commit cde4aec

Please sign in to comment.