Commit baa74b07345d48144b36524332ea3f28d9602879

Authored by Dmitriy Zaporozhets
2 parents 983bf359 1d4b7d21

Merge pull request #5654 from sairam/patch-1

minor fix to command
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
doc/update/6.2-to-6.3.md
... ... @@ -62,7 +62,8 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
62 62 TIP: to see what changed in gitlab.yml.example in this release use next command:
63 63  
64 64 ```
65   -git diff 6.2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.example
  65 +git diff 6-2-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.example
  66 +git diff 6-1-stable:config/gitlab.yml.example 6-3-stable:config/gitlab.yml.example # if you upgrading from 6-1
66 67 ```
67 68  
68 69 * Make `/home/git/gitlab/config/gitlab.yml` same as https://github.com/gitlabhq/gitlabhq/blob/6-3-stable/config/gitlab.yml.example but with your settings.
... ...