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>2018-04-19 11:47:41 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-04-19 11:47:41 +0300
commitae4aa068cd12e94808f612d800af8987f733b6db (patch)
tree12b810f1f912294da049c720d53c0d32e10283fa
parenta5b1386c237f2325f3009a884301c82db3eb3948 (diff)
Update config for stable13
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 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