summaryrefslogtreecommitdiff
path: root/doc/development/gitaly.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/gitaly.md')
-rw-r--r--doc/development/gitaly.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md
index 408f3d5fa3c..d2232d750b2 100644
--- a/doc/development/gitaly.md
+++ b/doc/development/gitaly.md
@@ -168,7 +168,8 @@ can replace `tmp/tests/gitaly` with a symlink. This is much faster
because it avoids a Gitaly re-install each time you run `rspec`.
Make sure this directory contains the files `config.toml` and `praefect.config.toml`.
-You can copy them from `config.toml.example` and `config.praefect.toml.example` respectively.
+You can copy `config.toml` from `config.toml.example`, and `praefect.config.toml`
+from `config.praefect.toml.example`.
After copying, make sure to edit them so everything points to the correct paths.
```shell