From 8b2c85df331d976adcc3ea35a32a4ef5f6dd4617 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 10 Jul 2025 00:27:42 +0200 Subject: [PATCH] Update update remote --- updateRemote.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/updateRemote.sh b/updateRemote.sh index 0d41ae5..93c4d7d 100644 --- a/updateRemote.sh +++ b/updateRemote.sh @@ -58,6 +58,10 @@ for i in {1..5}; do branch_name="kosmodiskclassic$i" process_branch "$branch_name" done +for i in {1..5}; do + branch_name="kosmodisk.classic$i" + process_branch "$branch_name" +done git checkout main echo "All branches processed successfully!"