mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Better build errors
This commit is contained in:
parent
cdd0d21f33
commit
19b324f5f2
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -55,7 +55,7 @@ command__install_style() {
|
|||
|
||||
command__style() {
|
||||
flake8 vdirsyncer tests
|
||||
! git grep -il syncroniz $(ls | grep -v 'build.sh')
|
||||
! git grep -i syncroniz $(ls | grep -v 'build.sh')
|
||||
}
|
||||
|
||||
command__install_docs() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue