Commit 17a08b9a authored by Robert Speicher's avatar Robert Speicher

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.
parent e7df8070
...@@ -154,7 +154,7 @@ sudo -u git -H make ...@@ -154,7 +154,7 @@ sudo -u git -H make
#### New Gitaly configuration options required #### 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 ```shell
echo ' echo '
......
...@@ -154,7 +154,7 @@ sudo -u git -H make ...@@ -154,7 +154,7 @@ sudo -u git -H make
#### New Gitaly configuration options required #### 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 ```shell
echo ' echo '
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment