From 7eff9021d0fb9f36e22c04f79cc87ac69c6a0b71 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sun, 24 Jan 2021 15:12:16 -0700 Subject: [PATCH] fix config problem --- templates/kojid.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/kojid.conf.j2 b/templates/kojid.conf.j2 index 7e50268..ee22513 100644 --- a/templates/kojid.conf.j2 +++ b/templates/kojid.conf.j2 @@ -22,7 +22,7 @@ keytab = {{ kojid_keytab }} serverca = {{ kojid_ca_bundle }} ; Modify -allowed_scvs={{ kojid_allowed_scm }} +allowed_scms={{ kojid_allowed_scm }} ; Other settings build_arch_can_fail = true