Skip to content
Snippets Groups Projects
Commit aab248eda452 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

workers: do not prefix config name with `--`

This is just wrong.
parent ddd55c191f4f
No related branches found
No related tags found
No related merge requests found
......@@ -601,7 +601,7 @@
"--config",
"worker.enabled=yes",
'--config',
'--worker.numcpus=%d' % self.max_worker_count,
'worker.numcpus=%d' % self.max_worker_count,
]
args += args
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment