summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Millauer <github@tobias-millauer.com>2013-11-18 19:22:39 +0100
committerTobias Millauer <github@tobias-millauer.com>2013-11-18 19:22:39 +0100
commit8ddadc997137d099a9fca5308bf4137203c2ce66 (patch)
tree2d6a94bdf49349e60a5be1facab454b4c50102ef
parentf614fa97ae5068f0793ce1bcc73d474e44843695 (diff)
downloadgitlab-ce-8ddadc997137d099a9fca5308bf4137203c2ce66.tar.gz
Update 6.0-to-6.2.md
-rw-r--r--doc/update/6.0-to-6.2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/6.0-to-6.2.md b/doc/update/6.0-to-6.2.md
index dbab6845d6b..68095805c24 100644
--- a/doc/update/6.0-to-6.2.md
+++ b/doc/update/6.0-to-6.2.md
@@ -74,7 +74,7 @@ sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
TIP: to see what changed in gitlab.yml.example in this release use next command:
```
-git diff 6-1-stable:config/gitlab.yml.example 6-2-stable:config/gitlab.yml.example
+git diff 6-0-stable:config/gitlab.yml.example 6-2-stable:config/gitlab.yml.example
```
* 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.