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 'internal/helper/chunk/testdata/test.proto')
-rw-r--r--internal/helper/chunk/testdata/test.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/helper/chunk/testdata/test.proto b/internal/helper/chunk/testdata/test.proto
index 11952a397..da1f652ba 100644
--- a/internal/helper/chunk/testdata/test.proto
+++ b/internal/helper/chunk/testdata/test.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package test.chunk;
-option go_package = "gitlab.com/gitlab-org/gitaly/v14/internal/helper/chunk/testdata";
+option go_package = "gitlab.com/gitlab-org/gitaly/internal/helper/chunk/testdata";
service Test {
rpc StreamOutput(StreamOutputRequest) returns (stream StreamOutputResponse) {}