X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3134a937ab5133d73c799618f2a53e21e7c8a460..db5107dca09b786374f06a35abb51ffc3f032abd:/services/health/main.go diff --git a/services/health/main.go b/services/health/main.go index 496fb884d4..1d2ec47a6a 100644 --- a/services/health/main.go +++ b/services/health/main.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -37,7 +41,7 @@ func main() { if err != nil { log.Fatal(err) } - nodeCfg, err := clusterCfg.GetThisSystemNode() + nodeCfg, err := clusterCfg.GetNodeProfile("") if err != nil { log.Fatal(err) }