diff --git a/fedora-cloud.conf b/fedora-cloud.conf index 524dd3e..da986ba 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-f32.xml', 'command': 'make comps-f32.xml' } diff --git a/fedora-container.conf b/fedora-container.conf index 27c529c..497f7b1 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-f32.xml', 'command': 'make comps-f32.xml' }