diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-17 15:11:33 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-17 15:11:33 +0200 |
commit | e7abd35f731e63fdb8bb4b210297a20cb9b70479 (patch) | |
tree | 7e6d030dbd9ae8f71654ac2cfef83b5c7a47c767 /doc | |
parent | 5058c4fdcf51e3040121ecc822a6f856e7f4537d (diff) | |
download | gitlab-ce-e7abd35f731e63fdb8bb4b210297a20cb9b70479.tar.gz |
gitolite fork up to v320
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index d1d3b6912c3..159713dcba9 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -117,7 +117,7 @@ Create a user for GitLab: Clone GitLab's fork of the Gitolite source code: cd /home/git - sudo -u git -H git clone -b gl-v304 https://github.com/gitlabhq/gitolite.git /home/git/gitolite + sudo -u git -H git clone -b gl-v320 https://github.com/gitlabhq/gitolite.git /home/git/gitolite Setup Gitolite with GitLab as its admin: |