From f47e5e959eef8e13bd007be5c2ac06bfa29d70e0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 Jul 2022 13:27:09 -0400 Subject: [PATCH] Use correct comps branch Signed-off-by: Stephen Gallagher --- fedora/variables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/variables.conf b/fedora/variables.conf index dc96640..a58f613 100644 --- a/fedora/variables.conf +++ b/fedora/variables.conf @@ -7,7 +7,7 @@ RELEASE_VERSION = "ELN" COMPS_REPO = "https://pagure.io/fedora-comps.git" -COMPS_BRANCH = "eln" +COMPS_BRANCH = "main" COMPS_FILE = "comps-eln.xml" COMPS_COMMAND = "make comps-eln.xml"