mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-30 09:45:53 +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() {
|
||||
git clone git@github.com:untitaker/owncloud-testserver.git
|
||||
git clone https://github.com/untitaker/owncloud-testserver.git
|
||||
cd ./owncloud-testserver/
|
||||
sh install.sh
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue