Commit faacfc91edecb769a2c3bcf5e1000e477dda035c

Authored by Jacob Vosmaer
2 parents 33eae334 8ddadc99

Merge pull request #5619 from taziyah/patch-1

Fix diff command for gitlab.yml.example
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.
... ...