Commit f70c5fcab242c6c0ec444c6acd6a565d53ad75fe
1 parent
0a44ecf3
Exists in
master
and in
4 other branches
fix checkout tag name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | @@ -36,7 +36,7 @@ sudo -u git -H RAILS_ENV=production bundle exec rake gitlab:backup:create | ||
| 36 | ```bash | 36 | ```bash |
| 37 | cd /home/git/gitlab | 37 | cd /home/git/gitlab |
| 38 | sudo -u git -H git fetch | 38 | sudo -u git -H git fetch |
| 39 | -sudo -u git -H git checkout 6-0-dev | 39 | +sudo -u git -H git checkout 6-0-stable |
| 40 | ``` | 40 | ``` |
| 41 | 41 | ||
| 42 | ### 3. Update gitlab-shell | 42 | ### 3. Update gitlab-shell |