281: fix mail notification regression

This commit is contained in:
Simon Aronsson 2019-04-16 18:06:37 +02:00
parent cdb0123ae2
commit ccd746e9cc

View file

@ -169,6 +169,7 @@ func runUpdatesWithNotifications(filter container.Filter) {
if err != nil { if err != nil {
log.Println(err) log.Println(err)
} }
notifier.SendNotification()
} }
func setEnvOptStr(env string, opt string) error { func setEnvOptStr(env string, opt string) error {