mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix typo
This commit is contained in:
parent
eb0833e180
commit
ec708ea273
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -5,7 +5,7 @@ set -e
|
|||
[ -n "$DAV_SERVER" ] || DAV_SERVER=radicale
|
||||
[ -n "$REQUIREMENTS" ] || REQUIREMENTS=release
|
||||
[ -n "$PIP_INSTALL" ] || PIP_INSTALL="pip install"
|
||||
[ -n "$TESTSERVER_BASE"] || TESTSERVER_BASE=./tests/storage/dav/servers/
|
||||
[ -n "$TESTSERVER_BASE" ] || TESTSERVER_BASE=./tests/storage/dav/servers/
|
||||
|
||||
|
||||
_optimize_pip() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue