diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-03 10:23:32 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-03 10:23:32 -0700 |
commit | 1de270c9e05658095711fd4cc1e8b2634fdf25cc (patch) | |
tree | 4e058220df0dfe86750c6f10bd7ae3cfcbe2cbb1 | |
parent | 5dad053a82a824c61a813aaf608d1e9240e1020c (diff) | |
parent | ad5228481019e1f282d3a32249e801d15f0690d4 (diff) | |
download | gitlab-ce-1de270c9e05658095711fd4cc1e8b2634fdf25cc.tar.gz |
Merge pull request #4976 from robertd/master
Update installation docs to use v1.7.1 of gitlab-shell
-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 |