Better build errors

This commit is contained in:
Markus Unterwaditzer 2014-09-23 21:30:17 +02:00
parent cdd0d21f33
commit 19b324f5f2

View file

@ -55,7 +55,7 @@ command__install_style() {
command__style() { command__style() {
flake8 vdirsyncer tests flake8 vdirsyncer tests
! git grep -il syncroniz $(ls | grep -v 'build.sh') ! git grep -i syncroniz $(ls | grep -v 'build.sh')
} }
command__install_docs() { command__install_docs() {