Skip to content

Commit b9f89b4

Browse files
committed
Update Makefile
1 parent 7e29e18 commit b9f89b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ lint: lint_crystal lint_js
5656
## Trigger code Crystal quality checks.
5757
lint_crystal:
5858
crystal tool format --exclude docs --check
59-
bin/ameba
59+
bin/ameba.cr
6060
## Trigger Javascript code quality checks (eslint).
6161
lint_js:
6262
npm run lint

0 commit comments

Comments
 (0)