Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1368 Fix script error
Browse files Browse the repository at this point in the history
Signed-off-by: Ziad Mostafa <[email protected]>
  • Loading branch information
zmostafa committed Feb 13, 2023
1 parent 0acf769 commit 33377f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/git-hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ if ! tools/scripts/clang_format.sh hook; then
fi

## cmake-lint
if ! tools/scripts/cmake-lint.sh hook; then
if ! tools/scripts/cmake_lint.sh hook; then
echo "Error while executing cmake-lint"
exit 1
fi

## cmake-format
if ! tools/scripts/cmake-format.sh hook; then
if ! tools/scripts/cmake_format.sh hook; then
echo "Error while executing cmake-format"
exit 1
fi
Expand Down

0 comments on commit 33377f7

Please sign in to comment.