diff options
author | Spencer Owen <spencerowen@Spencers-MacBook-Pro.local> | 2013-09-16 23:52:26 -0600 |
---|---|---|
committer | Spencer Owen <spencerowen@Spencers-MacBook-Pro.local> | 2013-09-16 23:52:26 -0600 |
commit | fbd16e54205f9a80a58b33f0e6bdf23b3007470c (patch) | |
tree | 6b3bf620b30d469c1107f5e772e26e0941a69fbe | |
parent | 16b6040c2e810253b29bfed4df5fcd098c456813 (diff) | |
download | gitlab-ce-fbd16e54205f9a80a58b33f0e6bdf23b3007470c.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. |