Fix lua lint 2

This commit is contained in:
Andy K. Massimino
2021-04-18 09:58:21 -04:00
parent ca9e2b2f53
commit 9a722db8a8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
luacheck `find -name "*.lua"` --codes
luacheck `find ./lua -name "*.lua"` --codes