Skip to content

Commit

Permalink
fix: typo SlackOutput.OutputFormat in config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetOps authored and Issif committed Jun 12, 2019
1 parent b0e23a8 commit 6a5760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func getConfig() *types.Configuration {
v.SetDefault("Slack.WebhookURL", "")
v.SetDefault("Slack.Footer", "https://github.com/Issif/falcosidekick")
v.SetDefault("Slack.Icon", "https://raw.githubusercontent.com/Issif/falcosidekick/master/imgs/falcosidekick.png")
v.SetDefault("SlackOutput.OutputFormat", "all")
v.SetDefault("Slack.OutputFormat", "all")
v.SetDefault("Datadog.APIKey", "")
v.SetDefault("Alertmanager.HostPort", "")
v.SetDefault("Elasticsearch.HostPort", "")
Expand Down

0 comments on commit 6a5760f

Please sign in to comment.