mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Update location of owncloud repo
This commit is contained in:
parent
0735d09973
commit
a35aa13925
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -4,7 +4,7 @@ _davserver() {
|
|||
# Maybe tmpfs is mounted on /tmp/, can't harm anyway.
|
||||
if [ ! -d $TESTSERVER_BASE$1/ ]; then
|
||||
git clone --depth=1 \
|
||||
https://github.com/untitaker/$1-testserver.git \
|
||||
https://github.com/vdirsyncer/$1-testserver.git \
|
||||
/tmp/$1-testserver
|
||||
ln -s /tmp/$1-testserver $TESTSERVER_BASE$1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue