Fix pre-commit to call lint-all, not check-all

(imported from commit 8450e79c2d9538c7bfd3cebe597a2869f8800eea)
This commit is contained in:
Steve Howell 2013-08-09 14:07:43 -04:00
parent abba52fd4d
commit d897d0ad57
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
./tools/check-all || true
./tools/lint-all || true