From d6ca86cc72506d0a70db3de05b124270a1a081e2 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 20 Feb 2015 00:05:00 +0100 Subject: use stable8 branch of core for master branch of documentation --- updateConfig.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/updateConfig.sh b/updateConfig.sh index 2bfe357..0c8c881 100755 --- a/updateConfig.sh +++ b/updateConfig.sh @@ -16,6 +16,10 @@ do git checkout -q $branch cd $currentDir + if [[ $branch == 'master' ]]; then + branch=stable8 + fi + # download current version of config.sample.php curl -sS -o /tmp/config.sample.php https://raw.githubusercontent.com/owncloud/core/$branch/config/config.sample.php -- cgit v1.2.3