[Pkg-owncloud-commits] [python-owncloud] 24/96: Fixing URL config file example
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository python-owncloud.
commit c6a788bbbd56e6bf1bdc8e8bd73b2bcb38d3bfaa
Author: Norman Rieß <norman at smash-net.org>
Date: Tue Mar 12 09:50:31 2013 +0100
Fixing URL config file example
---
README.md | 2 +-
csync.py | 2 +-
version.dat | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index f50cdab..e667648 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ usage: just run csync.py -h, and it will give you help.
[ownCloud]
user=awesomeSauce
pass=PasswordThisIsSuperSuperSecretReallyISwearLOL
- url=url=https://www.example.org/owncloud/
+ url=https://www.example.org/owncloud/
sslFingerprint=
src=/home/awesomeSauce/ownCloud
dst=clientsync
diff --git a/csync.py b/csync.py
index d044c5e..482827d 100755
--- a/csync.py
+++ b/csync.py
@@ -281,7 +281,7 @@ complete example:
[ownCloud]
user=awesomeSauce
pass=PasswordThisIsSuperSuperSecretReallyISwearLOL
-url=url=https://www.example.org/owncloud/
+url=https://www.example.org/owncloud/
sslFingerprint=
src=/home/awesomeSauce/ownCloud
dst=clientsync
diff --git a/version.dat b/version.dat
index 682fe43..27da874 100644
--- a/version.dat
+++ b/version.dat
@@ -1 +1 @@
-{"head": "4eab8110e7990ea5cac36a45a8f26a75c012f88e", "float": 0.1, "string": "0.1"}
\ No newline at end of file
+{"head": "827646eec775e78098baf261fcc6392207ac47b8", "float": 0.1, "string": "0.1"}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git
More information about the Pkg-owncloud-commits
mailing list