diff options
author | Drew Blessing <drew@blessing.io> | 2015-10-01 19:00:57 +0000 |
---|---|---|
committer | Drew Blessing <drew@blessing.io> | 2015-10-01 19:00:57 +0000 |
commit | b72cf6f2a205e02597a9cfb0fb8271b497dc5fdc (patch) | |
tree | 484db64ab09f7d7a532895292b4a5f2e49b7b403 /doc | |
parent | 3fa8bd0e67233cb3636490fb35993e2db3424772 (diff) | |
parent | 6055c507cc05c02333fb986e5ec4b4d913c9e2d1 (diff) | |
download | gitlab-ce-b72cf6f2a205e02597a9cfb0fb8271b497dc5fdc.tar.gz |
Merge branch 'etc-default-gitlab' into 'master'
Fix path to /etc/default/gitlab in 8.0 update guide
See merge request !1437
Diffstat (limited to 'doc')
-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 552216be932..0e65c32098c 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 |