diff options
author | lurdan <lurdan@gmail.com> | 2013-08-21 11:25:46 +0900 |
---|---|---|
committer | lurdan <lurdan@gmail.com> | 2013-08-21 11:25:46 +0900 |
commit | f70c5fcab242c6c0ec444c6acd6a565d53ad75fe (patch) | |
tree | f299d17de1297f2b2d688a6b578faf840dfec32d /doc/update/5.4-to-6.0.md | |
parent | 0a44ecf3a0eb7be66b2dbbb6e8404e3242a4b016 (diff) | |
download | gitlab-ce-f70c5fcab242c6c0ec444c6acd6a565d53ad75fe.tar.gz |
fix checkout tag name
Diffstat (limited to 'doc/update/5.4-to-6.0.md')
-rw-r--r-- | doc/update/5.4-to-6.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md index eb8ffb26845..23993d05535 100644 --- a/doc/update/5.4-to-6.0.md +++ b/doc/update/5.4-to-6.0.md @@ -36,7 +36,7 @@ sudo -u git -H RAILS_ENV=production bundle exec rake gitlab:backup:create ```bash cd /home/git/gitlab sudo -u git -H git fetch -sudo -u git -H git checkout 6-0-dev +sudo -u git -H git checkout 6-0-stable ``` ### 3. Update gitlab-shell |