diff --git a/fedora-cloud.conf b/fedora-cloud.conf index c22c47b..4375005 100644 --- a/fedora-cloud.conf +++ b/fedora-cloud.conf @@ -9,7 +9,7 @@ bootable = False comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', - 'branch': 'master', + 'branch': 'main', 'file': 'comps-f35.xml', 'command': 'make comps-f35.xml' } diff --git a/fedora-container.conf b/fedora-container.conf index 056280e..13fff88 100644 --- a/fedora-container.conf +++ b/fedora-container.conf @@ -9,7 +9,7 @@ bootable = False comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', - 'branch': 'master', + 'branch': 'main', 'file': 'comps-f35.xml', 'command': 'make comps-f35.xml' }