From 4ba0868b76f1749adc3d2fc707ee26a1497584e8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Jan 2026 07:45:16 +0100 Subject: [PATCH] chore(branchoff): Drop stable30 and update stable33 instead Signed-off-by: Joas Schilling --- updateConfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateConfig.sh b/updateConfig.sh index 9733449..a242aac 100755 --- a/updateConfig.sh +++ b/updateConfig.sh @@ -19,7 +19,7 @@ fi git clone git@github.com:nextcloud/documentation.git /tmp/nextcloud-documentation cd /tmp/nextcloud-documentation -for branch in stable30 stable31 stable32 master +for branch in stable31 stable32 stable33 master do git checkout $branch cd $currentDir