mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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() {
|
run_build_style() {
|
||||||
flake8 vdirsyncer tests
|
flake8 vdirsyncer tests
|
||||||
! git grep -i syncroniz
|
! git grep -il syncroniz $(ls | grep -v 'build.sh')
|
||||||
}
|
}
|
||||||
|
|
||||||
install_build_docs() {
|
install_build_docs() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue