diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-10-01 09:53:12 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-10-01 09:56:04 +0200 |
commit | 2ac1f95ba1be7b8954dfdeef596770ea746b3cfe (patch) | |
tree | 74f41a62f28e723fc0016e12cfcbfc30593e6835 /doc/update/upgrader.md | |
parent | 0ca85051145424795a2e123fab36a721648553ff (diff) | |
download | gitlab-ce-2ac1f95ba1be7b8954dfdeef596770ea746b3cfe.tar.gz |
Update guides to use gitlab-shell 2.0.1.
Diffstat (limited to 'doc/update/upgrader.md')
-rw-r--r-- | doc/update/upgrader.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md index 9943e9205db..cf59b0e461c 100644 --- a/doc/update/upgrader.md +++ b/doc/update/upgrader.md @@ -47,12 +47,12 @@ If all items are green, then congratulations upgrade is complete! If the `gitlab:check` task reports an outdated version of `gitlab-shell` you should upgrade it. -Upgrade it by running the commands below after replacing 2.0.0 with the correct version number: +Upgrade it by running the commands below after replacing 2.0.1 with the correct version number: ``` cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v2.0.0 +sudo -u git -H git checkout v2.0.1 ``` ## One line upgrade command |