diff options
Diffstat (limited to 'Meta/lint-ci.sh')
-rwxr-xr-x | Meta/lint-ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/lint-ci.sh b/Meta/lint-ci.sh index 724bcc0f15..68d379d51c 100755 --- a/Meta/lint-ci.sh +++ b/Meta/lint-ci.sh @@ -16,7 +16,7 @@ set +e for cmd in \ Meta/check-ak-test-files.sh \ Meta/check-debug-flags.sh \ - Meta/check-newlines-at-eof.sh \ + Meta/check-newlines-at-eof.py \ Meta/check-style.sh \ Meta/lint-executable-resources.sh \ Meta/lint-ipc-ids.sh \ |