summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvin <kelvin@gitlab.com>2016-03-04 12:58:05 +0300
committerKelvin <kelvin@gitlab.com>2016-03-04 12:58:05 +0300
commitd7d644a42814e46915f8517f4fdbc8d10e52cfa5 (patch)
tree7046a83d48590a4f7811e108206d065a67d59e9e
parentf8c4dc97230c520df077c1274fd8d88680da5242 (diff)
downloadgitlab-ce-prepend-letter-v-to-workhorse-version-numbers.tar.gz
Prepend letter v to GitLab Workhorse version numbersprepend-letter-v-to-workhorse-version-numbers
-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 a10e62877ba..9bb007d4f4e 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
```