Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-01 11:53:12 +0400
committerMarin Jankovski <maxlazio@gmail.com>2014-10-01 11:56:04 +0400
commit2ac1f95ba1be7b8954dfdeef596770ea746b3cfe (patch)
tree74f41a62f28e723fc0016e12cfcbfc30593e6835 /doc/update/upgrader.md
parent0ca85051145424795a2e123fab36a721648553ff (diff)
Update guides to use gitlab-shell 2.0.1.
Diffstat (limited to 'doc/update/upgrader.md')
-rw-r--r--doc/update/upgrader.md4
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