[Pkg-owncloud-commits] [owncloud-doc] 11/60: remove redundant target argument from git clone

David Prévot taffit at moszumanska.debian.org
Tue Feb 25 19:06:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 7fcbb82d5a86217c76a89dfb6e28ff852c315e64
Author: Felix Eckhofer <felix at eckhofer.com>
Date:   Fri Jan 31 11:31:27 2014 +0100

    remove redundant target argument from git clone
---
 developer_manual/devenv/index.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/developer_manual/devenv/index.rst b/developer_manual/devenv/index.rst
index 8a2c117..57ffb4e 100644
--- a/developer_manual/devenv/index.rst
+++ b/developer_manual/devenv/index.rst
@@ -49,7 +49,7 @@ The following commands are using "/var/www" as the web server's directory and "w
   sudo chmod o+rw /var/www
   cd /var/www
   git clone https://github.com/owncloud/core.git owncloud
-  git clone https://github.com/owncloud/apps.git apps
+  git clone https://github.com/owncloud/apps.git
   cd owncloud/
   git submodule init
   git submodule update
@@ -70,9 +70,9 @@ For example for the calendar, contact and notes apps:
 .. code-block:: bash
 
   cd /var/www
-  git clone https://github.com/owncloud/calendar.git calendar
-  git clone https://github.com/owncloud/contacts.git contacts
-  git clone https://github.com/owncloud/notes.git notes
+  git clone https://github.com/owncloud/calendar.git
+  git clone https://github.com/owncloud/contacts.git
+  git clone https://github.com/owncloud/notes.git
 
 Set up ownCloud
 ~~~~~~~~~~~~~~~

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list