aboutsummaryrefslogtreecommitdiffstats
path: root/build/openapi-checker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/openapi-checker.sh')
-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"