diff options
author | dosire <sytse@gitlab.com> | 2013-12-06 09:17:19 +0100 |
---|---|---|
committer | dosire <sytse@gitlab.com> | 2013-12-06 09:17:19 +0100 |
commit | d277bf4bf9ad9c0131557b63eadf6a178ac4535d (patch) | |
tree | 55a5bf730e752ebdf6aa929432a004935046a1ee /doc/update/patch_versions.md | |
parent | a2efc277cf7ba0f461f73b93ce4f1e80a8c45a97 (diff) | |
download | gitlab-ce-d277bf4bf9ad9c0131557b63eadf6a178ac4535d.tar.gz |
Update universal guide.
Diffstat (limited to 'doc/update/patch_versions.md')
-rw-r--r-- | doc/update/patch_versions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md index 61542dbb51c..1b2de226b97 100644 --- a/doc/update/patch_versions.md +++ b/doc/update/patch_versions.md @@ -18,7 +18,7 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production ```bash cd /home/git/gitlab -sudo -u git -H git pull origin 6-2-stable +sudo -u git -H git pull origin 6-3-stable ``` ### 3. Update gitlab-shell if necessary |