diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-27 16:30:00 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-27 16:30:39 +0200 |
commit | cee88509a382d93468982d33bee33a2dd08eb389 (patch) | |
tree | 8fb1ecb167121bb163a71034c8107ffa843080e5 /doc/update/upgrader.md | |
parent | 046647a74689f8bce86b119c63fa49dfc0756639 (diff) | |
download | gitlab-ce-cee88509a382d93468982d33bee33a2dd08eb389.tar.gz |
Fix typo in text.
Diffstat (limited to 'doc/update/upgrader.md')
-rw-r--r-- | doc/update/upgrader.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md index f8d2d9e749c..0a1ad099dac 100644 --- a/doc/update/upgrader.md +++ b/doc/update/upgrader.md @@ -43,13 +43,12 @@ If all items are green, then congratulations upgrade is complete! ### (optional) 5. Application status check fails -If `gitlab:check` task reports old version of gitlab-shell and recommends upgrading, upgrade gitlab-shell by running: +If the `gitlab:check` task reports an old version of gitlab-shell and recommends upgrading, upgrade gitlab-shell by running: ``` cd /home/git/gitlab-shell sudo -u git -H git fetch sudo -u git -H git checkout v1.9.4 - ``` ### One line upgrade command |