diff options
author | Robert Djurasaj <robert.djurasaj@gmail.com> | 2013-09-03 09:09:12 -0600 |
---|---|---|
committer | Robert Djurasaj <robert.djurasaj@gmail.com> | 2013-09-03 09:09:12 -0600 |
commit | ad5228481019e1f282d3a32249e801d15f0690d4 (patch) | |
tree | 4e058220df0dfe86750c6f10bd7ae3cfcbe2cbb1 /doc | |
parent | 5dad053a82a824c61a813aaf608d1e9240e1020c (diff) | |
download | gitlab-ce-ad5228481019e1f282d3a32249e801d15f0690d4.tar.gz |
Update installation docs to use v1.7.1 of gitlab-shell
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 6523961d4d5..dd696f954aa 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -122,7 +122,7 @@ GitLab Shell is a ssh access and repository management software developed specia cd gitlab-shell # switch to right version - sudo -u git -H git checkout v1.7.0 + sudo -u git -H git checkout v1.7.1 sudo -u git -H cp config.yml.example config.yml |