You've already forked watchtower
mirror of
https://github.com/containrrr/watchtower.git
synced 2025-07-15 23:54:22 +02:00
Update email.go
This commit is contained in:
@ -64,10 +64,7 @@ func newEmailNotifier(c *cobra.Command, acceptedLogLevels []log.Level) t.Notifie
|
||||
}
|
||||
|
||||
func (e *emailTypeNotifier) buildMessage(entries []*log.Entry) []byte {
|
||||
// If variable SubjectTag is empty define emailSubject as "Watchtower updates".
|
||||
// If variable SubjectTag is set define emailSubject as "$SubjectTag Watchtower updates"
|
||||
// For example: SubjectTag=[Server Munich] -> "[Server Munich] Watchtower updates ..."
|
||||
if SubjectTag == nil {
|
||||
if SubjectTag == "" {
|
||||
emailSubject := "Watchtower updates"
|
||||
} else {
|
||||
emailSubject := SubjectTag + " Watchtower updates"
|
||||
|
Reference in New Issue
Block a user