diff options
author | Tom Atkins <tatkins@gitlab.com> | 2019-08-28 16:39:42 +0000 |
---|---|---|
committer | Tom Atkins <tatkins@gitlab.com> | 2019-08-28 16:39:42 +0000 |
commit | 56ea8fc3e6a03621e163e38dcc7e18b3887c9c56 (patch) | |
tree | 3fbb292b2376dbd0af1002541043e430bd8970a3 /doc/install/installation.md | |
parent | 628507e2662c21dfbd6efe11a607a4ee6f8ac4c0 (diff) | |
parent | ae1f0aea0c11c5a64d4c7cb8d5f12a54346bc385 (diff) | |
download | gitlab-ce-56ea8fc3e6a03621e163e38dcc7e18b3887c9c56.tar.gz |
Merge branch 'nelbacha-master-patch-08542' into 'master'
improve grammar in Gitaly configuration
See merge request gitlab-org/gitlab-ce!31605
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 2989a4edaf7..6039ddc45ae 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -611,7 +611,7 @@ You can specify a different Git repository by providing it as an extra parameter sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly,/home/git/repositories,https://example.com/gitaly.git]" RAILS_ENV=production ``` -Next, make sure gitaly configured: +Next, make sure that Gitaly is configured: ```sh # Restrict Gitaly socket access |