Skip to content

Commit

Permalink
Update pkg/client/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
janwillies and friedrichg authored Nov 1, 2023
1 parent 9dcf1d0 commit e8348ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8348ad

Please sign in to comment.