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.
This commit is contained in:
parent
e7df8070b2
commit
17a08b9a78
2 changed files with 2 additions and 2 deletions
|
@ -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 '
|
||||
|
|
|
@ -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 '
|
||||
|
|
Loading…
Reference in a new issue