[ARVADOS] updated: 1.3.0-1230-g506d054ca

Git user git at public.curoverse.com
Fri Jun 28 18:08:34 UTC 2019


Summary of changes:
 services/health/main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  506d054ca6417627f8e0d913621ff8774daba4aa (commit)
      from  bc14c62ad1528dbddc26781c5cea6a7968c93f2e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 506d054ca6417627f8e0d913621ff8774daba4aa
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Fri Jun 28 14:08:22 2019 -0400

    Fix arvados-health using controller listener config.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/services/health/main.go b/services/health/main.go
index 2f66b2461..a06a4f884 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 {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list