diff options
author | Xavier Perseguers <typo3@perseguers.ch> | 2014-12-19 13:49:33 +0100 |
---|---|---|
committer | Xavier Perseguers <typo3@perseguers.ch> | 2014-12-19 13:49:33 +0100 |
commit | 1e22b494e2618e004ad816ed92b8aca70fa037e5 (patch) | |
tree | 8a29d9d68db70d649c1b5b7855a8b9a2442dfb10 /doc/update | |
parent | 1524e2171aa4ab4bb1aab629c41b382dba77e143 (diff) | |
download | gitlab-ce-1e22b494e2618e004ad816ed92b8aca70fa037e5.tar.gz |
[BUGFIX] Invalid branch in comparison
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/7.5-to-7.6.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/7.5-to-7.6.md b/doc/update/7.5-to-7.6.md index 11058c211ca..35cd437fdc4 100644 --- a/doc/update/7.5-to-7.6.md +++ b/doc/update/7.5-to-7.6.md @@ -70,7 +70,7 @@ sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab There are new configuration options available for [`gitlab.yml`](config/gitlab.yml.example). View them with the command below and apply them to your current `gitlab.yml`. ``` -git diff origin/7-6-stable:config/gitlab.yml.example origin/7-6-stable:config/gitlab.yml.example +git diff origin/7-5-stable:config/gitlab.yml.example origin/7-6-stable:config/gitlab.yml.example ``` #### Change Nginx settings |