summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-21 11:00:26 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-21 11:00:26 +0200
commitc7dc95d1d1f9360c0215ffe28404c04a03689bfa (patch)
treef71a4742cd255a4dde9f6e99d8ed150d08219423
parent76aade28e25d1f6e8924b35ed9bd365c8889987f (diff)
downloadgitlab-ce-upgrade-guide-gitlab-shell.tar.gz
7.10 requires gitlab-shell 2.6.2.upgrade-guide-gitlab-shell
-rw-r--r--doc/update/6.x-or-7.x-to-7.10.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.x-or-7.x-to-7.10.md b/doc/update/6.x-or-7.x-to-7.10.md
index 2ee9a07cee3..39e12f32d0e 100644
--- a/doc/update/6.x-or-7.x-to-7.10.md
+++ b/doc/update/6.x-or-7.x-to-7.10.md
@@ -126,7 +126,7 @@ sudo apt-get install nodejs
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v2.6.0
+sudo -u git -H git checkout v2.6.2
```
## 7. Install libs, migrations, etc.