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 'proto/ssh.proto')
-rw-r--r--proto/ssh.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ssh.proto b/proto/ssh.proto
index 43367d330..e4f936017 100644
--- a/proto/ssh.proto
+++ b/proto/ssh.proto
@@ -25,7 +25,7 @@ service SSHService {
// To forward 'git upload-archive' to Gitaly for SSH sessions
rpc SSHUploadArchive(stream SSHUploadArchiveRequest) returns (stream SSHUploadArchiveResponse) {
option (op_type) = {
- op: MUTATOR
+ op: ACCESSOR
};
}
}