diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-11-19 16:06:13 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-11-19 16:06:13 +0100 |
commit | aec4aac0c2825befe8baff392107dcf7702d3d04 (patch) | |
tree | 1bd724090e890798d0d123c0eddadae98d84be50 /doc/update/8.1-to-8.2.md | |
parent | 347f136229b19994f2e52b936dc6136cde0c9133 (diff) | |
download | gitlab-ce-aec4aac0c2825befe8baff392107dcf7702d3d04.tar.gz |
Update gitlab-shell documentation [ci skip]
Diffstat (limited to 'doc/update/8.1-to-8.2.md')
-rw-r--r-- | doc/update/8.1-to-8.2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.1-to-8.2.md b/doc/update/8.1-to-8.2.md index 73d899f9c2e..261031442ac 100644 --- a/doc/update/8.1-to-8.2.md +++ b/doc/update/8.1-to-8.2.md @@ -68,7 +68,7 @@ sudo -u git -H git checkout 8-2-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v2.6.6 +sudo -u git -H git checkout v2.6.7 ``` ### 5. Replace gitlab-git-http-server with gitlab-workhorse |