From d1a9ddcfd556a417654e9043bb7c6c68cfe10b50 Mon Sep 17 00:00:00 2001 From: Philippe F Date: Sat, 12 Nov 2016 22:25:22 +0100 Subject: [PATCH] rename command to run luacheck --- doit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doit.py b/doit.py index e97219eb..bb61aa86 100644 --- a/doit.py +++ b/doit.py @@ -107,7 +107,7 @@ def install(): OptToFunc = { 'runtests' : run_tests, - 'runluacheck' : run_luacheck, + 'luacheck' : run_luacheck, 'runexample' : run_example, 'packageit' : packageit, 'makedoc' : makedoc,