diff options
Diffstat (limited to 'git-hooks/pre-commit.sh')
-rwxr-xr-x | git-hooks/pre-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-hooks/pre-commit.sh b/git-hooks/pre-commit.sh index 5cab632..d69e452 100755 --- a/git-hooks/pre-commit.sh +++ b/git-hooks/pre-commit.sh @@ -17,7 +17,7 @@ INTERACTIVE="yes" # Leave this stuff STASH_NAME="pre-commit-$(date +%s)" CONTAINER_NAME="clang-format-$(date +%s)" -CLANG_FORMAT_VERSION="11.1.0" +CLANG_FORMAT_VERSION="11.0.0" apply_patch() { local patchfile=$1 |