copr-be: typo in config
This commit is contained in:
parent
e03410cb97
commit
8aaa06b0dc
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ builds_max_workers_arch=
|
|||
i386={{ (max_x86_64_workers|int / 4)|int }},
|
||||
i586={{ (max_x86_64_workers|int / 4)|int }},
|
||||
i686={{ (max_x86_64_workers|int / 4)|int }},
|
||||
ppc64le={{ (max_ppc64le_workers }}
|
||||
ppc64le={{ max_ppc64le_workers }}
|
||||
|
||||
# Maximum number of concurrently running tasks per project owner.
|
||||
{% if env == 'production' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue