Skip to content

Commit 2ebbf8e

Browse files
Fix issue raised in awslabs#140 (awslabs#141)
1 parent dae6eb4 commit 2ebbf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/codebuild/format-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
CLANG_FORMAT=clang-format
66

7-
if NOT type $CLANG_FORMAT > /dev/null 2>&1; then
7+
if ! type $CLANG_FORMAT > /dev/null 2>&1; then
88
echo "No appropriate clang-format found."
99
exit 1
1010
fi

0 commit comments

Comments
 (0)