diff options
Diffstat (limited to 'build/openapi-checker.sh')
-rwxr-xr-x | build/openapi-checker.sh | 2 |
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" |