diff --git a/proto/hellreign.proto b/proto/hellreign.proto index 7d150a1..2cea8d1 100644 --- a/proto/hellreign.proto +++ b/proto/hellreign.proto @@ -16,7 +16,7 @@ message CollectorResponse { } service Commander { - rpc Stream(stream Command) returns (stream FinishedCommand); + rpc Stream(stream FinishedCommand) returns (stream Command); } message Command {