From 304f8a5714371ede4438d07c04b22ba0e734c817 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 5 Jul 2013 16:29:09 -0400 Subject: [PATCH] Emable overriding the email template. The HYDRA_EMAIL_TEMPLATE env var can be set to any value understood by https://metacpan.org/module/Template#process-template-vars-output-options as the $template argument. Signed-off-by: Shea Levy --- src/lib/Hydra/Plugin/EmailNotification.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Hydra/Plugin/EmailNotification.pm b/src/lib/Hydra/Plugin/EmailNotification.pm index b373175f..3fc713f9 100644 --- a/src/lib/Hydra/Plugin/EmailNotification.pm +++ b/src/lib/Hydra/Plugin/EmailNotification.pm @@ -14,7 +14,7 @@ use Hydra::Helper::Nix; use Hydra::Helper::CatalystUtils; -my $template = <