mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix git url for owncloud
This commit is contained in:
parent
4f51b31405
commit
5527602a62
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ radicale_storage_filesystem() { true; }
|
||||||
|
|
||||||
|
|
||||||
davserver_owncloud() {
|
davserver_owncloud() {
|
||||||
git clone git@github.com:untitaker/owncloud-testserver.git
|
git clone https://github.com/untitaker/owncloud-testserver.git
|
||||||
cd ./owncloud-testserver/
|
cd ./owncloud-testserver/
|
||||||
sh install.sh
|
sh install.sh
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue