We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acf769 commit 33377f7Copy full SHA for 33377f7
tools/git-hooks/pre-commit
@@ -51,13 +51,13 @@ if ! tools/scripts/clang_format.sh hook; then
51
fi
52
53
## cmake-lint
54
-if ! tools/scripts/cmake-lint.sh hook; then
+if ! tools/scripts/cmake_lint.sh hook; then
55
echo "Error while executing cmake-lint"
56
exit 1
57
58
59
## cmake-format
60
-if ! tools/scripts/cmake-format.sh hook; then
+if ! tools/scripts/cmake_format.sh hook; then
61
echo "Error while executing cmake-format"
62
63
0 commit comments