diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-08-27 08:45:43 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-08-27 08:47:16 +0200 |
commit | 9dc23867c6c0e47ee0e867680791dfdb287efd99 (patch) | |
tree | 7246823754a85d967c6ac151a9da6b26127666e0 /build | |
parent | c1bba2d46aba3c785b69e84c3239ac556b12dd9c (diff) | |
download | nextcloud-server-9dc23867c6c0e47ee0e867680791dfdb287efd99.tar.gz nextcloud-server-9dc23867c6c0e47ee0e867680791dfdb287efd99.zip |
Use proper branch name in phpdoc builds
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'build')
-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)" |