We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6c912 commit c91f335Copy full SHA for c91f335
src/Resources/config/executor/separate.xml
@@ -11,7 +11,7 @@
11
12
<service id="task.executor.separate.process_factory" class="Task\TaskBundle\Executor\ExecutionProcessFactory">
13
<argument type="string">%task.executor.console_path%</argument>
14
- <argument type="string">%kernel.environment%%</argument>
+ <argument type="string">%kernel.environment%</argument>
15
</service>
16
</services>
17
</container>
0 commit comments