From adc7eb4f95b62c8b4f2e8b55b1463dee8a665dbc Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 10 Jun 2022 08:41:03 +0200 Subject: [PATCH] copr-frontend: fix the epel-{89} comment --- roles/copr/frontend/files/chroots.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend/files/chroots.conf b/roles/copr/frontend/files/chroots.conf index b12a0cd8db..8e0b234cba 100644 --- a/roles/copr/frontend/files/chroots.conf +++ b/roles/copr/frontend/files/chroots.conf @@ -7,7 +7,7 @@ config["rules"] = [{ "comment": "Non-released Koji packages, more info why you probably don't want this one." }, { "match": ["epel-8", "epel-9"], - "comment": "Builds are done against RHEL chroots + EPEL.", + "comment": "Builds are done against RHEL + EPEL.", }, { "match": ["epel-7"], "comment": "Builds are done against CentOS 7 + EPEL 7.",