Skip to content

Commit c91f335

Browse files
wachterjohanneschirimoya
authored andcommitted
fixed config typo (#42)
1 parent 5a6c912 commit c91f335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/executor/separate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<service id="task.executor.separate.process_factory" class="Task\TaskBundle\Executor\ExecutionProcessFactory">
1313
<argument type="string">%task.executor.console_path%</argument>
14-
<argument type="string">%kernel.environment%%</argument>
14+
<argument type="string">%kernel.environment%</argument>
1515
</service>
1616
</services>
1717
</container>

0 commit comments

Comments
 (0)