diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-09-19 18:30:09 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-09-19 18:30:09 -0500 |
commit | 17a08b9a787f8b1d41a01b8c1fb884c4fbeb4f93 (patch) | |
tree | 07a2f47a9840dc47e81111f1759a89925f5c73db /doc | |
parent | e7df8070b23b5c417ac7e835a470fda719cb51fc (diff) | |
download | gitlab-ce-17a08b9a787f8b1d41a01b8c1fb884c4fbeb4f93.tar.gz |
Correct Gitaly config typo in update guides
The 9.4 to 9.5 and 9.5 to 10.0 guides missed a closing backtick. This
was corrected in the 10.0 to 10.1 guide, from which subsequent guides
were written without the error.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/9.4-to-9.5.md | 2 | ||||
-rw-r--r-- | doc/update/9.5-to-10.0.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/9.4-to-9.5.md b/doc/update/9.4-to-9.5.md index 1bfc1167c36..6a655f77a55 100644 --- a/doc/update/9.4-to-9.5.md +++ b/doc/update/9.4-to-9.5.md @@ -154,7 +154,7 @@ sudo -u git -H make #### New Gitaly configuration options required -In order to function Gitaly needs some additional configuration information. Below we assume you installed Gitaly in `/home/git/gitaly` and GitLab Shell in `/home/git/gitlab-shell'. +In order to function Gitaly needs some additional configuration information. Below we assume you installed Gitaly in `/home/git/gitaly` and GitLab Shell in `/home/git/gitlab-shell`. ```shell echo ' diff --git a/doc/update/9.5-to-10.0.md b/doc/update/9.5-to-10.0.md index 8d1cf0f737b..7790d192a82 100644 --- a/doc/update/9.5-to-10.0.md +++ b/doc/update/9.5-to-10.0.md @@ -154,7 +154,7 @@ sudo -u git -H make #### New Gitaly configuration options required -In order to function Gitaly needs some additional configuration information. Below we assume you installed Gitaly in `/home/git/gitaly` and GitLab Shell in `/home/git/gitlab-shell'. +In order to function Gitaly needs some additional configuration information. Below we assume you installed Gitaly in `/home/git/gitaly` and GitLab Shell in `/home/git/gitlab-shell`. ```shell echo ' |