Commit 3d2ec9fe0040904214f765962dc325302d11aca0
Committed by
Marin Jankovski
1 parent
3f0f30d0
Exists in
master
and in
4 other branches
Corrects the update document to match the version of gitshell specified in the i…
…nstall document (1.7.1)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/update/6.0-to-6.1.md
| @@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable | @@ -36,7 +36,7 @@ sudo -u git -H git checkout 6-1-stable | ||
| 36 | ```bash | 36 | ```bash |
| 37 | cd /home/git/gitlab-shell | 37 | cd /home/git/gitlab-shell |
| 38 | sudo -u git -H git fetch | 38 | sudo -u git -H git fetch |
| 39 | -sudo -u git -H git checkout v1.7.0 | 39 | +sudo -u git -H git checkout v1.7.1 |
| 40 | ``` | 40 | ``` |
| 41 | 41 | ||
| 42 | ### 4. Install libs, migrations, etc. | 42 | ### 4. Install libs, migrations, etc. |