diff --git a/config/config.go b/config/config.go index 5fe0203104..1537d52a9b 100644 --- a/config/config.go +++ b/config/config.go @@ -361,7 +361,7 @@ func (c *Config) UnmarshalYAML(unmarshal func(interface{}) error) error { } if c.Global.RocketchatTokenID != nil && len(c.Global.RocketchatTokenIDFile) > 0 { - return fmt.Errorf("at most one of rockethat_token_id & rockethat_token_id_file must be configured") + return fmt.Errorf("at most one of rocketchat_token_id & rocketchat_token_id_file must be configured") } names := map[string]struct{}{}