summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Newton <james@Zaphyous.com>2013-02-07 11:53:37 -0600
committerJames Newton <james@Zaphyous.com>2013-02-07 11:53:37 -0600
commitd4c24b990fd05409749f06f81c23920277761539 (patch)
treeb38416444e99ba90f488a4ac2b54e281e32e4df3
parent66121d6caabb7f5169e4fc21e6bb8938a5ec14b5 (diff)
downloadgitlab-ce-d4c24b990fd05409749f06f81c23920277761539.tar.gz
fix the gitlab-shell clone url
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 4e9818bcb9e..501ae6db87a 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -103,7 +103,7 @@ Create a `git` user for Gitlab:
cd /home/git
# clone gitlab shell
- git clone https://dzaporozhets@dev.gitlab.org/gitlab/gitlab-shell.git
+ git clone https://github.com/gitlabhq/gitlab-shell.git
# setup
cd gitlab-shell