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/middleware/limithandler/testdata/test.proto')
-rw-r--r--internal/middleware/limithandler/testdata/test.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/middleware/limithandler/testdata/test.proto b/internal/middleware/limithandler/testdata/test.proto
index e80c1a228..47702d72a 100644
--- a/internal/middleware/limithandler/testdata/test.proto
+++ b/internal/middleware/limithandler/testdata/test.proto
@@ -2,7 +2,7 @@ syntax = "proto3";
package test.limithandler;
-option go_package = "gitlab.com/gitlab-org/gitaly/v14/internal/middleware/limithandler/testdata";
+option go_package = "gitlab.com/gitlab-org/gitaly/internal/middleware/limithandler/testdata";
service Test {
rpc Unary(UnaryRequest) returns (UnaryResponse) {}