Commit 1d4b7d2167855fd342eafca8194c880039a8187a

Authored by Sairam Kunala
1 parent 983bf359

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,7 +62,8 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
62 TIP: to see what changed in gitlab.yml.example in this release use next command: 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 * 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. 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.