281: fix mail notification regression

pull/284/head
Simon Aronsson 5 years ago
parent cdb0123ae2
commit ccd746e9cc

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

Loading…
Cancel
Save