From 2f299504ce9b45d7aa858a9d839923926a4ab3fc Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 31 May 2014 21:38:14 +0200 Subject: [PATCH] Fix build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 39a6898..6c7f7d6 100755 --- a/build.sh +++ b/build.sh @@ -42,7 +42,7 @@ install_build_style() { run_build_style() { flake8 vdirsyncer tests - ! git grep -i syncroniz + ! git grep -il syncroniz $(ls | grep -v 'build.sh') } install_build_docs() {