From 23e4e9054059aca876e29e6c5bed09adf8ae1164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 23 Nov 2020 10:57:16 +0100 Subject: [PATCH] verification: fix message in notification mail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the errors Vec can contain failed groups as well (e.g., if a group has no or an invalid owner). Signed-off-by: Fabian Grünbichler --- src/server/email_notifications.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/email_notifications.rs b/src/server/email_notifications.rs index 7a835e3f..8bfc5f55 100644 --- a/src/server/email_notifications.rs +++ b/src/server/email_notifications.rs @@ -81,7 +81,7 @@ const VERIFY_ERR_TEMPLATE: &str = r###" Job ID: {{job.id}} Datastore: {{job.store}} -Verification failed on these snapshots: +Verification failed on these snapshots/groups: {{#each errors}} {{this~}}