summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSpencer Owen <spencerowen@Spencers-MacBook-Pro.local>2013-09-16 23:52:26 -0600
committerMarin Jankovski <maxlazio@gmail.com>2013-09-22 10:52:42 +0200
commit3d2ec9fe0040904214f765962dc325302d11aca0 (patch)
tree83761b5e2afebb5adafffceb31e9fdb1c529416a /doc
parent3f0f30d04d47d52fed824738759e4d596adc0b4e (diff)
downloadgitlab-ce-3d2ec9fe0040904214f765962dc325302d11aca0.tar.gz
Corrects the update document to match the version of gitshell specified in the install document (1.7.1)
Diffstat (limited to 'doc')
-rw-r--r--doc/update/6.0-to-6.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.0-to-6.1.md b/doc/update/6.0-to-6.1.md
index dcd09be72f7..5076d0497e6 100644
--- a/doc/update/6.0-to-6.1.md
+++ b/doc/update/6.0-to-6.1.md
@@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable
```bash
cd /home/git/gitlab-shell
sudo -u git -H git fetch
-sudo -u git -H git checkout v1.7.0
+sudo -u git -H git checkout v1.7.1
```
### 4. Install libs, migrations, etc.