From 82044af113dfcb8952686070084f57dc310a13e4 Mon Sep 17 00:00:00 2001 From: Andrew Newdigate Date: Tue, 26 Sep 2017 16:23:20 +0100 Subject: As per Roberts review --- doc/development/gitaly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``` --- -- cgit v1.2.1