Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client/std_stream.go')
-rw-r--r--client/std_stream.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/std_stream.go b/client/std_stream.go
index 157aef4a6..cf0d5e96e 100644
--- a/client/std_stream.go
+++ b/client/std_stream.go
@@ -4,7 +4,7 @@ import (
"fmt"
"io"
- "gitlab.com/gitlab-org/gitaly-proto/go/gitalypb"
+ "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb"
)
type stdoutStderrResponse interface {