diff options
Diffstat (limited to 'src/node/health_check/health.js')
-rw-r--r-- | src/node/health_check/health.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node/health_check/health.js b/src/node/health_check/health.js index 84d7e0568e..1a2c036687 100644 --- a/src/node/health_check/health.js +++ b/src/node/health_check/health.js @@ -37,7 +37,8 @@ var grpc = require('../'); var _ = require('lodash'); -var health_proto = grpc.load(__dirname + '/health.proto'); +var health_proto = grpc.load(__dirname + + '/../../proto/grpc/health/v1alpha/health.proto'); var HealthClient = health_proto.grpc.health.v1alpha.Health; |