diff options
-rw-r--r-- | doc/development/gitaly.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md index ab471e7a566..f0be3a6b141 100644 --- a/doc/development/gitaly.md +++ b/doc/development/gitaly.md @@ -46,7 +46,7 @@ Since Gitaly features are always prefixed with `gitaly_`, the name of the featur If your test-suite is failing with Gitaly issues, as a first step, try running: ```shell -rm -rf tmp/tests/gitaly && git checkout -- ./tmp +rm -rf tmp/tests/gitaly ``` --- |