summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@users.noreply.github.com>2016-03-28 20:39:37 +0300
committerAchilleas Pipinellis <axilleas@users.noreply.github.com>2016-03-28 20:39:37 +0300
commitc88a489c41cde69e9285328ac2704dbf35730a11 (patch)
tree34e420944b4b89f8a9f82e011398ca66e4a7f56b
parenta96d737bad53f7159c062a153c0130f95992adec (diff)
parentaed612615926d4e8d9b36bedc04105987ec0cadf (diff)
downloadgitlab-ce-c88a489c41cde69e9285328ac2704dbf35730a11.tar.gz
Merge pull request #10108 from nmadhok/patch-1
Update patch_versions.md
-rw-r--r--doc/update/patch_versions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md
index f446ed0a35b..60729316cde 100644
--- a/doc/update/patch_versions.md
+++ b/doc/update/patch_versions.md
@@ -47,7 +47,7 @@ sudo -u git -H git checkout v`cat /home/git/gitlab/GITLAB_SHELL_VERSION` -b v`ca
```bash
cd /home/git/gitlab-workhorse
sudo -u git -H git fetch
-sudo -u git -H git checkout `cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION` -b `cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION`
+sudo -u git -H git checkout v`cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION` -b v`cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION`
sudo -u git -H make
```