diff --git a/main.go b/main.go index 4b0a584..6d628a0 100644 --- a/main.go +++ b/main.go @@ -101,7 +101,7 @@ func ConfigureNotifications(cfg *viper.Viper, notifPath string) error { if err != nil { return errors.Wrapf(err, "failed to parse %s", notifBase) } - notifURL.Path = notifPath + notifURL = notifURL.JoinPath(notifPath) NotifsInit(notifURL.String()) return nil }