feat(shoutrrr): update to v0.5 (#1055)

* feat(shoutrrr): update to v0.5
* fix slack URL and tests
* add tests for slack icon override
* bump shoutrrr to v0.5.1
This commit is contained in:
nils måsén 2021-09-19 18:05:10 +02:00 committed by GitHub
parent bd74c05614
commit fc31c6eb26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 67 additions and 28 deletions

View file

@ -66,7 +66,7 @@ func AppendLegacyUrls(urls []string, cmd *cobra.Command) []string {
shoutrrrURL, err := legacyNotifier.GetURL(cmd)
if err != nil {
log.Fatal("failed to create notification config:", err)
log.Fatal("failed to create notification config: ", err)
}
urls = append(urls, shoutrrrURL)