diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-14 10:23:37 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-14 10:23:37 +0200 |
commit | 178b2cdcec7b9a23d7e2fd4376878d62fcba7f88 (patch) | |
tree | 00c4f358c46eb5186395282c3052a230baafc759 /doc/update | |
parent | e05692f44d0effe916d66cb8e4da569da8ec0af1 (diff) | |
download | gitlab-ce-178b2cdcec7b9a23d7e2fd4376878d62fcba7f88.tar.gz |
Update the 8.11 to 8.12 update documentation to use gitlab-shell 3.5.0
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.11-to-8.12.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.11-to-8.12.md b/doc/update/8.11-to-8.12.md index 011c2b0e969..8017c36587e 100644 --- a/doc/update/8.11-to-8.12.md +++ b/doc/update/8.11-to-8.12.md @@ -70,7 +70,7 @@ sudo -u git -H git checkout 8-12-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags -sudo -u git -H git checkout v3.4.0 +sudo -u git -H git checkout v3.5.0 ``` ### 6. Update gitlab-workhorse |