diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-27 09:23:45 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-27 09:23:45 +0000 |
commit | f88bb5a52e95ad81c1b9314523cc02ade0e2834a (patch) | |
tree | 1c73bda0f74e7d37d74714120b7f6ab32a8c7438 | |
parent | c675bdad95668b891aec51eac7afbeec72873891 (diff) | |
parent | 0fa020f1c2ed1cf3841141f35df3a8523301407a (diff) | |
download | gitlab-ce-f88bb5a52e95ad81c1b9314523cc02ade0e2834a.tar.gz |
Merge branch 'update-gitlab-shell-version-in-doc' into 'master'
Update gitlab-shell version to 3.2.1 in the 8.9->8.10 update guide
## What does this MR do?
Update gitlab-shell version to 3.2.1 in the 8.9->8.10 update guide (missing from gitlab-org/gitlab-ce!5509).
See merge request !5516
-rw-r--r-- | doc/update/8.9-to-8.10.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.9-to-8.10.md b/doc/update/8.9-to-8.10.md index 71cbe5c8ac6..a057a423e61 100644 --- a/doc/update/8.9-to-8.10.md +++ b/doc/update/8.9-to-8.10.md @@ -46,7 +46,7 @@ sudo -u git -H git checkout 8-10-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags -sudo -u git -H git checkout v3.2.0 +sudo -u git -H git checkout v3.2.1 ``` ### 5. Update gitlab-workhorse |