ALBS-413: Split the pungi config into templatable and non-templatable parts

- The typo is fixed
This commit is contained in:
soksanichenko 2022-06-02 19:45:49 +03:00
parent 82d20e8a98
commit f16a32f900
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ tree_arches = ['{{ arch }}']
# PKGSET
pkgset_source = "koji"
koji_profile = "{{ product_name }}_{{ distribution_major_version }}"
koji_profile = "{{ product_name.lower() }}_{{ distribution_major_version }}"
# PKGSET - KOJI
pkgset_koji_tag = "dist-c8-compose"