Skip to content

Commit

Permalink
fix(notifier): default config path is notifier-config.yml
Browse files Browse the repository at this point in the history
fix #262
  • Loading branch information
JM-Lemmi committed Sep 24, 2024
1 parent 10c03ac commit dfab403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ical-notifier/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {
Notifier string `help:"Run notifier with given ID"`
Verbose bool `arg:"-v,--verbose" help:"verbosity level Debug"`
Superverbose bool `arg:"--superverbose" help:"verbosity level Trace"`
ConfigPath string `arg:"-c,--config" help:"Configuration path" default:"config.yml"`
ConfigPath string `arg:"-c,--config" help:"Configuration path" default:"notifier-config.yml"`
DataPath string `arg:"-d,--data" help:"Data File path, if DB is not in use" default:"data.yml"`
}
arg.MustParse(&args)
Expand Down

0 comments on commit dfab403

Please sign in to comment.