summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvin <kelvin @gitlab.com>2015-12-08 18:23:30 +0300
committerKelvin <kelvin @gitlab.com>2015-12-08 18:23:30 +0300
commitd00d3444a45f81a5e79a1161acb44fca2df3c1c7 (patch)
tree2483bc387b170f994a099d8cec0c3c6d7742b52b
parent792f2bbe0b306bda266dfc817edf33b4c9e36a0f (diff)
downloadgitlab-ce-fix-workhorse-upgrade-info.tar.gz
Remove the prepended v on GitLab Workhorse upgrade docfix-workhorse-upgrade-info
-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 957354decb7..c19ee49f9e0 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 v`cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION` -b v`cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION`
+sudo -u git -H git checkout `cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION` -b `cat /home/git/gitlab/GITLAB_WORKHORSE_VERSION`
```
### 5. Install libs, migrations, etc.