Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud-config-converter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-05-02 16:00:33 +0300
committerGitHub <noreply@github.com>2022-05-02 16:00:33 +0300
commitb7f889037f6504e4154502e29f3aa23c075b78d8 (patch)
tree54b4d58af90a9ff34897f39b880fa9ba27ba89e2
parent28b2bdbe3daeb707b32266892be28b838386fa7a (diff)
parent7ae269e251254736406144d561242ec2dc44fa19 (diff)
Merge pull request #3 from nextcloud/nickvergessen-patch-1HEADmaster
Update updateConfig.sh for 24
-rwxr-xr-xupdateConfig.sh2
1 files changed, 1 insertions, 1 deletions
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