diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-11-14 13:35:45 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-11-14 13:35:45 +0100 |
commit | 0ab0ca0d9d92f7343e094bec1aaafa7469bce9e9 (patch) | |
tree | 0a74db1cba03aed004de1ef8ebc61b987a86b441 /doc/install | |
parent | c946defb3d9ff2ad87a410f2e25999465c4b9065 (diff) | |
download | gitlab-ce-0ab0ca0d9d92f7343e094bec1aaafa7469bce9e9.tar.gz |
Use gitlab-shell 1.7.8
Diffstat (limited to 'doc/install')
-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 fe59033513a..ce8a7b28ac3 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -149,7 +149,7 @@ GitLab Shell is an ssh access and repository management software developed speci cd gitlab-shell # switch to right version - sudo -u git -H git checkout v1.7.6 + sudo -u git -H git checkout v1.7.8 sudo -u git -H cp config.yml.example config.yml |