From bfc5e33f30b6b041ec0eafe5cb82ac37e9d12462 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Sun, 16 Sep 2018 18:29:37 -0400 Subject: [PATCH] break test --- lib/notify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/notify.js b/lib/notify.js index 6915961b..33e1bb6b 100644 --- a/lib/notify.js +++ b/lib/notify.js @@ -8,7 +8,7 @@ const actionNotifier = ({ resource, action, identifier, meta }) => { const to = 'dreeves@gmail.com' const text = `${description}` + (meta ? `\n${JSON.stringify(meta)}` : '') - const subject = `[commits.to] ${description}` + const subject = `[testy.mcbreakerson] ${description}` log.info('actionNotifier', { to, subject, text }) return sendMail({ to, subject, text })