From 17a08b9a787f8b1d41a01b8c1fb884c4fbeb4f93 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 19 Sep 2018 18:30:09 -0500 Subject: 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. --- doc/update/9.4-to-9.5.md | 2 +- 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 ' -- cgit v1.2.1