From 51340983e4ea251b70740cc0a5395b58bd7e772e Mon Sep 17 00:00:00 2001
From: Nico Boehr <nico@nicoboehr.de>
Date: Mon, 24 Jun 2024 18:40:39 +0200
Subject: [PATCH] rename master -> main

Gluon renamed default branch from master to main, change accordingly.
---
 update-gluon-experimental.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update-gluon-experimental.sh b/update-gluon-experimental.sh
index 15a01d5..ccc5b50 100755
--- a/update-gluon-experimental.sh
+++ b/update-gluon-experimental.sh
@@ -26,7 +26,7 @@ if ! git rev-parse "$base_tag"; then
 fi
 echo Base is at "$base_tag"
 
-git fetch upstream master
+git fetch upstream main
 rebase_output=$(git rebase "$base_tag" --onto FETCH_HEAD)
 if [ "$rebase_output" = "Current branch experimental is up to date." ]; then
 	echo No changes in branch. not doing anything.
-- 
GitLab