summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2015-11-20 12:41:26 +0000
committerJacob Vosmaer <contact@jacobvosmaer.nl>2015-11-20 12:41:26 +0000
commitba4dc176f812d8616657354778023c76f587f783 (patch)
tree2b9064a63f14d2bbe56b7782ff2d1578331a8598 /doc
parent807c1a993d414e6c4fb2622d0ba641f0bde5634c (diff)
parentcf61b8e22c9c78165ce55c7c2f78ae0b3c7af7aa (diff)
downloadgitlab-ce-ba4dc176f812d8616657354778023c76f587f783.tar.gz
Merge branch 'workhorse-version' into 'master'
Bump GitLab Workhorse version to 0.4.2 See merge request !1830
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md4
-rw-r--r--doc/update/8.1-to-8.2.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index a710407d4f6..3f5c03a890a 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -327,12 +327,12 @@ 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.1
+ sudo -u git -H git checkout 0.4.2
sudo -u git -H make
### Initialize Database and Activate Advanced Features
- # Go to Gitlab installation folder
+ # Go to GitLab installation folder
cd /home/git/gitlab
diff --git a/doc/update/8.1-to-8.2.md b/doc/update/8.1-to-8.2.md
index 261031442ac..b57e999cfb7 100644
--- a/doc/update/8.1-to-8.2.md
+++ b/doc/update/8.1-to-8.2.md
@@ -81,7 +81,7 @@ from GitLab 8.1.
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.1
+sudo -u git -H git checkout 0.4.2
sudo -u git -H make
```