We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91f335 commit d3d002aCopy full SHA for d3d002a
1 file changed
src/Executor/ExecutionProcessFactory.php
@@ -40,7 +40,7 @@ public function __construct($consolePath, $environment)
40
public function create($uuid)
41
{
42
return $process = ProcessBuilder::create(
43
- [$this->consolePath, 'task:execute', $uuid, '-e ' . $this->environment]
+ [$this->consolePath, 'task:execute', $uuid, '--env=' . $this->environment]
44
)->getProcess();
45
}
46
0 commit comments