Fix field name

This commit is contained in:
Tom Wilkie
2016-07-14 15:18:28 +01:00
parent c86fd3d5bd
commit b2ab380391

View File

@@ -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