From b2ab3803917a34a441f27edd65f150aab6474ad4 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Thu, 14 Jul 2016 15:18:28 +0100 Subject: [PATCH] Fix field name --- cmd/wcloud/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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