diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-21 12:09:13 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-21 12:09:13 +0300 |
commit | 0a0b0e1eab251c7e9c9dedc620f14602f8ce3541 (patch) | |
tree | fd495ef387b60c31ac3f6cb5c2ee49297a961e50 | |
parent | 5d8ca6e60b8cbbb08222e4e5b93ed8c4592d051a (diff) | |
parent | 3680df0100ad685b790683b7f224c1e478208d6b (diff) | |
download | gitlab-ce-0a0b0e1eab251c7e9c9dedc620f14602f8ce3541.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-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 |