Commit cee88509a382d93468982d33bee33a2dd08eb389
1 parent
046647a7
Exists in
spb-stable
and in
2 other branches
Fix typo in text.
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
doc/update/upgrader.md
@@ -43,13 +43,12 @@ If all items are green, then congratulations upgrade is complete! | @@ -43,13 +43,12 @@ If all items are green, then congratulations upgrade is complete! | ||
43 | 43 | ||
44 | ### (optional) 5. Application status check fails | 44 | ### (optional) 5. Application status check fails |
45 | 45 | ||
46 | -If `gitlab:check` task reports old version of gitlab-shell and recommends upgrading, upgrade gitlab-shell by running: | 46 | +If the `gitlab:check` task reports an old version of gitlab-shell and recommends upgrading, upgrade gitlab-shell by running: |
47 | 47 | ||
48 | ``` | 48 | ``` |
49 | cd /home/git/gitlab-shell | 49 | cd /home/git/gitlab-shell |
50 | sudo -u git -H git fetch | 50 | sudo -u git -H git fetch |
51 | sudo -u git -H git checkout v1.9.4 | 51 | sudo -u git -H git checkout v1.9.4 |
52 | - | ||
53 | ``` | 52 | ``` |
54 | 53 | ||
55 | ### One line upgrade command | 54 | ### One line upgrade command |