diff options
author | Spencer Owen <spencerowen@Spencers-MacBook-Pro.local> | 2013-09-16 23:52:26 -0600 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2013-09-22 10:52:42 +0200 |
commit | 3d2ec9fe0040904214f765962dc325302d11aca0 (patch) | |
tree | 83761b5e2afebb5adafffceb31e9fdb1c529416a | |
parent | 3f0f30d04d47d52fed824738759e4d596adc0b4e (diff) | |
download | gitlab-ce-3d2ec9fe0040904214f765962dc325302d11aca0.tar.gz |
Corrects the update document to match the version of gitshell specified in the install document (1.7.1)
-rw-r--r-- | doc/update/6.0-to-6.1.md | 2 |
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. |