Skip to content

Commit 33377f7

Browse files
author
Ziad Mostafa
committed
iox-#1368 Fix script error
Signed-off-by: Ziad Mostafa <[email protected]>
1 parent 0acf769 commit 33377f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/git-hooks/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ if ! tools/scripts/clang_format.sh hook; then
5151
fi
5252

5353
## cmake-lint
54-
if ! tools/scripts/cmake-lint.sh hook; then
54+
if ! tools/scripts/cmake_lint.sh hook; then
5555
echo "Error while executing cmake-lint"
5656
exit 1
5757
fi
5858

5959
## cmake-format
60-
if ! tools/scripts/cmake-format.sh hook; then
60+
if ! tools/scripts/cmake_format.sh hook; then
6161
echo "Error while executing cmake-format"
6262
exit 1
6363
fi

0 commit comments

Comments
 (0)