diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index 8b744d2..e72cce5 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -45,7 +45,7 @@ filter_system_release_packages = False gather_prepopulate = { "scm": "git", "repo": "https://git.almalinux.org/almalinux/pungi-almalinux.git", - "branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defained and beta_suffix else '' }}", + "branch": "a{{ distribution_major_version }}.{{ distribution_minor_version }}{{ '-beta' if beta_suffix is defined and beta_suffix else '' }}", "file": "{{ arch }}/packages.json", }