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 09:16:52 +0200 |
commit | 220abd241cb5c799d4918a7c99f71cd03c32af3f (patch) | |
tree | 2794844f19a3f6fb0e948bcb1c557900d1eda4fe /build/phpDocumentor.sh | |
parent | 1d25b9972f2e7b1e597c7eba6ff432f499200fa2 (diff) | |
download | nextcloud-server-220abd241cb5c799d4918a7c99f71cd03c32af3f.tar.gz nextcloud-server-220abd241cb5c799d4918a7c99f71cd03c32af3f.zip |
Use proper branch name in phpdoc builds
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'build/phpDocumentor.sh')
-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)" |