diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-12-15 12:21:53 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-12-15 12:21:53 -0500 |
commit | f2db1410f58357ae1033d90aae73acb3d5051644 (patch) | |
tree | 578d314454b5c7794d4e51ea4d8ceb54e91578c8 /doc/install | |
parent | 2c130aa087cb837332b2e4b27eb279ac0512a4c1 (diff) | |
download | gitlab-ce-f2db1410f58357ae1033d90aae73acb3d5051644.tar.gz |
Update workhorse version in doc/install/installation.mdworkhorse-passthrough
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 f8116a8a31c..d4b5c01f72d 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -348,7 +348,7 @@ GitLab Shell is an SSH access and repository management software developed speci cd /home/git sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git cd gitlab-workhorse - sudo -u git -H git checkout 0.4.2 + sudo -u git -H git checkout 0.5.0 sudo -u git -H make ### Initialize Database and Activate Advanced Features |