From 7ae269e251254736406144d561242ec2dc44fa19 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Mon, 2 May 2022 14:56:00 +0200 Subject: Update updateConfig.sh --- updateConfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateConfig.sh b/updateConfig.sh index 4bfb888..3efb0da 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 stable21 stable22 stable23 master +for branch in stable22 stable23 stable24 master do git checkout $branch cd $currentDir -- cgit v1.2.3