aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjld3103 <jld3103yt@gmail.com>2023-10-23 16:37:18 +0200
committerKate <26026535+provokateurin@users.noreply.github.com>2023-11-02 11:37:15 +0100
commit5a74f4ac398dda764d59952436bd7d36fbb84cf0 (patch)
tree40bed09f5b3ed762006b86d270e160200fcb3078 /build
parent68abe17e7640768187380a5f989a25e3680c6919 (diff)
downloadnextcloud-server-5a74f4ac398dda764d59952436bd7d36fbb84cf0.tar.gz
nextcloud-server-5a74f4ac398dda764d59952436bd7d36fbb84cf0.zip
fix(build): Use --no-pager for OpenAPI diff
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/openapi-checker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/openapi-checker.sh b/build/openapi-checker.sh
index afe55c4a269..ca9d382a1cf 100755
--- a/build/openapi-checker.sh
+++ b/build/openapi-checker.sh
@@ -15,7 +15,7 @@ done
if [ $changed = true ]
then
- git diff
+ git --no-pager diff
echo "The OpenAPI specifications are not up to date"
echo "Please run: bash build/openapi-checker.sh"
echo "And commit the result"