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:
authorMorris Jobke <hey@morrisjobke.de>2019-05-15 15:24:26 +0300
committerMorris Jobke <hey@morrisjobke.de>2019-05-15 15:24:26 +0300
commit155ac7ee2f1e0f32946ae8873e6db97a0bd97292 (patch)
tree724ff27ac5a2b79d55723b8ba94d8b465d7cb083
parent5d60a1e2f9bf0d0665c6e0db34909512d22d0aa7 (diff)
Add stable16
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rwxr-xr-xupdateConfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updateConfig.sh b/updateConfig.sh
index 335e379..d04d728 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 stable14 stable15 master
+for branch in stable14 stable15 stable16 master
do
git checkout $branch
cd $currentDir