diff --git a/proto/manager_protobuf.proto b/proto/manager_protobuf.proto index 217dadb..fc73a9c 100644 --- a/proto/manager_protobuf.proto +++ b/proto/manager_protobuf.proto @@ -33,7 +33,7 @@ message EnvironmentEntry { message RestartPolicy { uint32 max_retries = 1; uint32 delay_seconds = 2; - oneof policy_type_type { + oneof policy_type { bool Always = 3; bool OnNonZeroExit = 4; }