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:
-rwxr-xr-xupdateConfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updateConfig.sh b/updateConfig.sh
index c5cd957..51c9622 100755
--- a/updateConfig.sh
+++ b/updateConfig.sh
@@ -11,7 +11,7 @@ fi
git clone -q git@github.com:nextcloud/documentation.git /tmp/nextcloud-documentation
cd /tmp/nextcloud-documentation
-for branch in stable9 stable10 stable11 stable12 master
+for branch in stable12 stable13 master
do
git checkout -q $branch
cd $currentDir