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:
Diffstat (limited to 'updateConfig.sh')
-rwxr-xr-xupdateConfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updateConfig.sh b/updateConfig.sh
index 1f13a47..657c019 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 stable17 stable18 master
+for branch in stable16 stable17 stable18 master
do
git checkout $branch
cd $currentDir