Skip to content

Commit 54c20de

Browse files
chore(internal): codegen related update
1 parent edb9343 commit 54c20de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fast-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ ! -f "$FILE_LIST" ]; then
1717
exit 1
1818
fi
1919

20-
if command -v ktfmt-fast-format &> /dev/null; then
20+
if ! command -v ktfmt-fast-format &> /dev/null; then
2121
echo "Error: ktfmt-fast-format not found"
2222
exit 1
2323
fi

0 commit comments

Comments
 (0)