From 66fff56787f25134fb01a6d583601a86e8e5d45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gurhem?= Date: Mon, 18 Dec 2023 15:24:10 +0100 Subject: [PATCH] fix: use proper csharp namespace --- Protos/V1/health_checks_common.proto | 2 +- Protos/V1/health_checks_service.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Protos/V1/health_checks_common.proto b/Protos/V1/health_checks_common.proto index 748121c00..3c6b43a0b 100644 --- a/Protos/V1/health_checks_common.proto +++ b/Protos/V1/health_checks_common.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package armonik.api.grpc.v1.health_checks; -option csharp_namespace = "Armonik.Api.Grpc.V1.HealthChecks"; +option csharp_namespace = "ArmoniK.Api.gRPC.V1.HealthChecks"; /** * Represents the available health status diff --git a/Protos/V1/health_checks_service.proto b/Protos/V1/health_checks_service.proto index 613f71f73..7a6ce69cf 100644 --- a/Protos/V1/health_checks_service.proto +++ b/Protos/V1/health_checks_service.proto @@ -4,7 +4,7 @@ package armonik.api.grpc.v1.health_checks; import "health_checks_common.proto"; -option csharp_namespace = "Armonik.Api.Grpc.V1.HealthChecks"; +option csharp_namespace = "ArmoniK.Api.gRPC.V1.HealthChecks"; /** * The HealthChecksService provides methods to verify the health of the cluster.