From 9dc23867c6c0e47ee0e867680791dfdb287efd99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 27 Aug 2020 08:45:43 +0200 Subject: [PATCH] Use proper branch name in phpdoc builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- build/phpDocumentor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/phpDocumentor.sh b/build/phpDocumentor.sh index 07a35ece2d..7c70224c76 100755 --- a/build/phpDocumentor.sh +++ b/build/phpDocumentor.sh @@ -8,4 +8,4 @@ wget https://bitgrid.net/~jus/phpDocumentor.phar mkdir -p api/ -php7.4 phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API (`git rev-parse --abbrev-ref HEAD`)" +php7.4 phpDocumentor.phar -t "./api" -d "./lib/public" --title="Nextcloud PHP API ($BRANCH)"