summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2017-09-26 16:23:20 +0100
committerAndrew Newdigate <andrew@gitlab.com>2017-09-26 16:23:20 +0100
commit82044af113dfcb8952686070084f57dc310a13e4 (patch)
tree2dd2d226d400ff128a4c9e4f8cc56abcfcded225
parent905efb908480cc31439b7d9e8705a7adc5b48bc6 (diff)
downloadgitlab-ce-gitaly-docs.tar.gz
As per Roberts reviewgitaly-docs
-rw-r--r--doc/development/gitaly.md2
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
```
---