diff --git a/cmd/wcloud/types.go b/cmd/wcloud/types.go index d2ad5e70c..bb0e18660 100644 --- a/cmd/wcloud/types.go +++ b/cmd/wcloud/types.go @@ -22,7 +22,7 @@ type Config struct { RepoKey string `json:"repo_key" yaml:"repo_key"` KubeconfigPath string `json:"kubeconfig_path" yaml:"kubeconfig_path"` - Notifications []NotificationConfig `json:"notification" yaml:"notification"` + Notifications []NotificationConfig `json:"notifications" yaml:"notifications"` } // NotificationConfig describes how to send notifications