diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-02-23 18:39:00 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-02-23 18:39:00 +0100 |
commit | 6de3000b5bf6f3be85447708212ef4ad49f811e2 (patch) | |
tree | c9b598eb627e7310cdea85ad7902bc01359c74a9 | |
parent | 9459e9db2470e9c50488811d1d0fcdd025a327d0 (diff) | |
parent | 2bf0a690bfd3985b9f8f0394a8a77d3b9dde44d1 (diff) | |
download | gitlab-ce-6de3000b5bf6f3be85447708212ef4ad49f811e2.tar.gz |
Merge pull request #8841 from patschi/patch-1
Update 7.7-to-7.8.md
-rw-r--r-- | doc/update/7.7-to-7.8.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/7.7-to-7.8.md b/doc/update/7.7-to-7.8.md index c6bf5b227e4..a8a5c7f66c6 100644 --- a/doc/update/7.7-to-7.8.md +++ b/doc/update/7.7-to-7.8.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-8-stable:config/gitlab.yml.example +git diff origin/7-7-stable:config/gitlab.yml.example origin/7-8-stable:config/gitlab.yml.example ``` #### Change Nginx settings |