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:
authorAlejandro Rodríguez <alejorro70@gmail.com>2019-09-24 05:58:59 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2019-09-27 23:59:52 +0300
commit762b47cc7444ed857d776e4457e36f386f2e8a9a (patch)
treec16a50a9d76432fa2961437ccf04332b4301c529 /internal/praefect/protoregistry
parent94ab4e3d76d08721d7a2d9f82835bb651b130a9a (diff)
Migrate gitaly-proto linter from gitaly-proto
Diffstat (limited to 'internal/praefect/protoregistry')
-rw-r--r--internal/praefect/protoregistry/protoregistry.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/praefect/protoregistry/protoregistry.go b/internal/praefect/protoregistry/protoregistry.go
index 21c5254ff..931da1461 100644
--- a/internal/praefect/protoregistry/protoregistry.go
+++ b/internal/praefect/protoregistry/protoregistry.go
@@ -76,7 +76,7 @@ var protoScope = map[gitalypb.OperationMsg_Scope]Scope{
}
// MethodInfo contains metadata about the RPC method. Refer to documentation
-// for message type "OperationMsg" shared.proto in gitlab-org/gitaly-proto for
+// for message type "OperationMsg" shared.proto in ./proto for
// more documentation.
type MethodInfo struct {
Operation OpType