diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-25 15:40:44 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-09-25 15:40:44 +0200 |
commit | 6055c507cc05c02333fb986e5ec4b4d913c9e2d1 (patch) | |
tree | a61008e504be43942eb9468d968894e27757023a /doc/update | |
parent | b623391720e2687ca88c6bf1166ee571d85807fa (diff) | |
download | gitlab-ce-6055c507cc05c02333fb986e5ec4b4d913c9e2d1.tar.gz |
Fix path to /etc/default/gitlab in 8.0 update guideetc-default-gitlab
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/7.14-to-8.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/7.14-to-8.0.md b/doc/update/7.14-to-8.0.md index 86c0825dff9..0cb82fb718a 100644 --- a/doc/update/7.14-to-8.0.md +++ b/doc/update/7.14-to-8.0.md @@ -101,7 +101,7 @@ EOF ``` If your Git repositories are in a directory other than `/home/git/repositories`, -you need to tell `gitlab-git-http-server` about it via `/etc/gitlab/default`. +you need to tell `gitlab-git-http-server` about it via `/etc/default/gitlab`. See `lib/support/init.d/gitlab.default.example` for the options. ### 6. Copy secrets |