Skip to content

Commit

Permalink
rename command to run luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebird75 committed Nov 12, 2016
1 parent e432281 commit d1a9ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doit.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def install():

OptToFunc = {
'runtests' : run_tests,
'runluacheck' : run_luacheck,
'luacheck' : run_luacheck,
'runexample' : run_example,
'packageit' : packageit,
'makedoc' : makedoc,
Expand Down

0 comments on commit d1a9ddc

Please sign in to comment.