Updated webhook notifier config name in UnmarshalYAML.
This commit is contained in:
parent
3f1c996f64
commit
fe12aaa6eb
|
@ -274,7 +274,7 @@ func (c *WebhookConfig) UnmarshalYAML(unmarshal func(interface{}) error) error {
|
||||||
if c.URL == "" {
|
if c.URL == "" {
|
||||||
return fmt.Errorf("missing URL in webhook config")
|
return fmt.Errorf("missing URL in webhook config")
|
||||||
}
|
}
|
||||||
return checkOverflow(c.XXX, "slack config")
|
return checkOverflow(c.XXX, "webhook config")
|
||||||
}
|
}
|
||||||
|
|
||||||
// OpsGenieConfig configures notifications via OpsGenie.
|
// OpsGenieConfig configures notifications via OpsGenie.
|
||||||
|
|
Loading…
Reference in New Issue