Skip to content

Commit

Permalink
fix: use proper csharp namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Dec 18, 2023
1 parent 8709779 commit 66fff56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Protos/V1/health_checks_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Protos/V1/health_checks_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 66fff56

Please sign in to comment.