diff --git a/fedora-cloud.conf b/fedora-cloud.conf index 8eecfeb..e9a569e 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-f33.xml', 'command': 'make comps-f33.xml' } diff --git a/fedora-container.conf b/fedora-container.conf index 2ec9ce8..73b0105 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-f33.xml', 'command': 'make comps-f33.xml' }