fix(processors.override): Correct TOML tag name (#14880)
This commit is contained in:
parent
2942f84aa3
commit
8468850acb
|
|
@ -15,7 +15,7 @@ type Override struct {
|
|||
NameOverride string `toml:"name_override"`
|
||||
NamePrefix string `toml:"name_prefix"`
|
||||
NameSuffix string `toml:"name_suffix"`
|
||||
Tags map[string]string `toml:"tag"`
|
||||
Tags map[string]string `toml:"tags"`
|
||||
}
|
||||
|
||||
func (*Override) SampleConfig() string {
|
||||
|
|
|
|||
Loading…
Reference in New Issue