diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2019-09-12 08:09:37 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2019-09-12 08:09:37 +0000 |
commit | 40b0fa6fcec3e05390ddafaae54b6abb64a18047 (patch) | |
tree | aec46aafa059a951eda5501bdffc7202eb9e88f1 | |
parent | db1ebff8f27e15f606891c7e0776d70ae198430c (diff) | |
download | gitlab-ce-docs-gitaly-path-cleanup.tar.gz |
Update index.md spacingdocs-gitaly-path-cleanup
-rw-r--r-- | doc/administration/gitaly/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md index 63db6a48c26..3b4585e6227 100644 --- a/doc/administration/gitaly/index.md +++ b/doc/administration/gitaly/index.md @@ -201,7 +201,7 @@ Git operations in GitLab will result in an API error. NOTE: **Note:** In some cases, you'll have to set `path` for `gitaly['storage']` in the format `'path' => '/mnt/gitlab/<storage name>/repositories'`. - + NOTE: **Note:** In most or all cases, the storage paths below end in `/repositories` which is not the case with `path` in `git_data_dirs` of Omnibus GitLab installations. @@ -247,7 +247,7 @@ Git operations in GitLab will result in an API error. NOTE: **Note:** In some cases, you'll have to set `path` for each `[[storage]]` in the format `path = '/mnt/gitlab/<storage name>/repositories'`. - + NOTE: **Note:** In most or all cases, the storage paths below end in `/repositories` which is not the case with `path` in `git_data_dirs` of Omnibus GitLab installations. |