From 2c9eb9858e6de950789126a455c3838aff63e57b Mon Sep 17 00:00:00 2001 From: gotjosh Date: Mon, 14 Nov 2022 11:24:34 +0000 Subject: [PATCH] Change duplicated tags Signed-off-by: gotjosh --- config/notifiers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/notifiers.go b/config/notifiers.go index 5c360b9b..00612f15 100644 --- a/config/notifiers.go +++ b/config/notifiers.go @@ -182,7 +182,7 @@ type WebexConfig struct { Message string `yaml:"message,omitempty" json:"message,omitempty"` RoomID string `yaml:"room_id" json:"room_id"` - BotToken Secret `yaml:"bot_token" yaml:"bot_token"` + BotToken Secret `yaml:"bot_token" json:"bot_token"` } // UnmarshalYAML implements the yaml.Unmarshaler interface.