X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a26a249eed0299c56e6583a4fae2b9f6dc16bf7f..7653054635e3f4f84da3f2b6862cd2c02fbe3fd4:/services/health/main.go diff --git a/services/health/main.go b/services/health/main.go index 2f66b2461e..a06a4f884d 100644 --- a/services/health/main.go +++ b/services/health/main.go @@ -16,7 +16,7 @@ import ( var ( version = "dev" - command cmd.Handler = service.Command(arvados.ServiceNameController, newHandler) + command cmd.Handler = service.Command(arvados.ServiceNameHealth, newHandler) ) func newHandler(ctx context.Context, cluster *arvados.Cluster, _ string) service.Handler {