aboutsummaryrefslogtreecommitdiff
path: root/.ci/.gitlab-ci-checkcommit.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/.gitlab-ci-checkcommit.sh')
-rwxr-xr-x.ci/.gitlab-ci-checkcommit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/.gitlab-ci-checkcommit.sh b/.ci/.gitlab-ci-checkcommit.sh
index c9c2e49..c6f7c4e 100755
--- a/.ci/.gitlab-ci-checkcommit.sh
+++ b/.ci/.gitlab-ci-checkcommit.sh
@@ -50,7 +50,7 @@ git log --pretty='%h' FETCH_HEAD..HEAD | while read h; do
exit 1
fi
- git show "$h" -- | clang-format-diff-13 -p 1 -style=file > /tmp/format-fixup.patch
+ git show "$h" -- | clang-format-diff-14 -p 1 -style=file > /tmp/format-fixup.patch
if [ -s /tmp/format-fixup.patch ]; then
cat /tmp/format-fixup.patch >&2
exit 1