Commit 4ca1baec4443e668d9399e89758005da162e2285
1 parent
6c1c2842
Update Gitlab-shell to newest
newest version of gitlab-shell avail. (has bug fix)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -122,7 +122,7 @@ GitLab Shell is a ssh access and repository management software developed specia |
122 | 122 | cd gitlab-shell |
123 | 123 | |
124 | 124 | # switch to right version |
125 | - sudo -u git -H git checkout v1.7.0 | |
125 | + sudo -u git -H git checkout v1.7.1 | |
126 | 126 | |
127 | 127 | sudo -u git -H cp config.yml.example config.yml |
128 | 128 | ... | ... |