From ccd746e9cc53f78f3c3ca5edb79df42fe4366855 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Tue, 16 Apr 2019 18:06:37 +0200 Subject: [PATCH] 281: fix mail notification regression --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 480b472..d9042de 100644 --- a/main.go +++ b/main.go @@ -169,6 +169,7 @@ func runUpdatesWithNotifications(filter container.Filter) { if err != nil { log.Println(err) } + notifier.SendNotification() } func setEnvOptStr(env string, opt string) error {