Skip to content

Commit

Permalink
Correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 20, 2024
1 parent 994bfcf commit 6fa5393
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/run-syntax-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ while read file; do
if [ "$file" != "./lua/system/class.lua" ]; then
if [ "$file" != "./lua/sim/NavGenerator.lua" ]; then
if [ "$file" != "./wiki/Run.lua" ]; then
check_file "$file"
(( files_checked++ ))
check_file "$file"
(( files_checked++ ))
fi
fi
fi
fi
Expand Down

0 comments on commit 6fa5393

Please sign in to comment.