Commit 8ddadc997137d099a9fca5308bf4137203c2ce66
1 parent
f614fa97
Exists in
master
and in
4 other branches
Update 6.0-to-6.2.md
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/update/6.0-to-6.2.md
... | ... | @@ -74,7 +74,7 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production |
74 | 74 | TIP: to see what changed in gitlab.yml.example in this release use next command: |
75 | 75 | |
76 | 76 | ``` |
77 | -git diff 6-1-stable:config/gitlab.yml.example 6-2-stable:config/gitlab.yml.example | |
77 | +git diff 6-0-stable:config/gitlab.yml.example 6-2-stable:config/gitlab.yml.example | |
78 | 78 | ``` |
79 | 79 | |
80 | 80 | * Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-2-stable/config/gitlab.yml.example but with your settings. | ... | ... |