From e8348ad2dec9e1940ad1f8a4ea9cb1f5e5d66638 Mon Sep 17 00:00:00 2001 From: Jan Willies Date: Wed, 1 Nov 2023 14:39:17 +0100 Subject: [PATCH] Update pkg/client/client.go Co-authored-by: Friedrich Gonzalez --- pkg/client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/client.go b/pkg/client/client.go index 51ebb4c4b..fb055d377 100644 --- a/pkg/client/client.go +++ b/pkg/client/client.go @@ -35,7 +35,7 @@ type Config struct { TLS tls.ClientConfig UseLegacyRoutes bool `yaml:"use_legacy_routes"` AuthToken string `yaml:"auth_token"` - RulerAPIPath string `yaml:"rulerAPIPath"` + RulerAPIPath string `yaml:"ruler_api_path"` } // CortexClient is used to get and load rules into a cortex ruler