Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-08-27 11:28:30 +0300
committerGitHub <noreply@github.com>2020-08-27 11:28:30 +0300
commitaad30d3b33ea138a1d436405e25f285f7eda8436 (patch)
tree4004ebda2e2caa1f08d32d5aafb7d6aee73436ff
parentab4f15037bf507e09f1dea5b3437a46f6cb9f8f2 (diff)
parent9dc23867c6c0e47ee0e867680791dfdb287efd99 (diff)
Merge pull request #22447 from nextcloud/enh/phpdoc
Use proper branch name in phpdoc builds
-rwxr-xr-xbuild/phpDocumentor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/phpDocumentor.sh b/build/phpDocumentor.sh
index 07a35ece2d6..7c70224c76d 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)"