mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix build
This commit is contained in:
parent
4a4757315b
commit
2f299504ce
1 changed files with 1 additions and 1 deletions
2
build.sh
2
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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue