Skip to content

Commit

Permalink
fix: typo in var config param name
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Nov 7, 2019
1 parent 6f28932 commit a014a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func ConfigFlagSet() *flag.FlagSet {

cmdFlags.String("webhook-url", "", "Webhook url to call for notifications")
cmdFlags.String("webhook-payload", "", "Body of the POST request to send on webhook call")
cmdFlags.StringSlice("webhook-header", []string{}, "Headers to use when calling the webhook URL. Can be specified multiple times")
cmdFlags.StringSlice("webhook-headers", []string{}, "Headers to use when calling the webhook URL. Can be specified multiple times")

cmdFlags.String("dog-statsd-addr", "", "DataDog Agent address")
cmdFlags.StringSlice("dog-statsd-tags", []string{}, "Datadog tags, specified as key:value")
Expand Down

0 comments on commit a014a4a

Please sign in to comment.