Commit fbd16e54205f9a80a58b33f0e6bdf23b3007470c
1 parent
16b6040c
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. |