Skip to content

Commit

Permalink
Fix field name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Jul 14, 2016
1 parent c86fd3d commit b2ab380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/wcloud/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2ab380

Please sign in to comment.