diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-08-27 10:28:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-27 10:28:30 +0200 |
commit | aad30d3b33ea138a1d436405e25f285f7eda8436 (patch) | |
tree | 4004ebda2e2caa1f08d32d5aafb7d6aee73436ff | |
parent | ab4f15037bf507e09f1dea5b3437a46f6cb9f8f2 (diff) | |
parent | 9dc23867c6c0e47ee0e867680791dfdb287efd99 (diff) | |
download | nextcloud-server-aad30d3b33ea138a1d436405e25f285f7eda8436.tar.gz nextcloud-server-aad30d3b33ea138a1d436405e25f285f7eda8436.zip |
Merge pull request #22447 from nextcloud/enh/phpdoc
Use proper branch name in phpdoc builds
-rwxr-xr-x | build/phpDocumentor.sh | 2 |
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)" |