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>2021-04-22 22:31:57 +0300
committerGitHub <noreply@github.com>2021-04-22 22:31:57 +0300
commit761a4f0e9342611e13739b64daacf6af90cdfcda (patch)
treea925014ef78d9ab03dcb7231231bd497313fc892
parent29edd7a2062e824a1435e14df0ec7c2ac481afdd (diff)
Update updateConfig.sh
-rwxr-xr-xupdateConfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/updateConfig.sh b/updateConfig.sh
index cefe729..328dc01 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 stable16 stable17 stable18 stable19 master
+for branch in stable19 stable20 stable21 master
do
git checkout $branch
cd $currentDir