From 0c1e7d0d12333d61a3b412ff1e17b2fc247409b7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 19 Apr 2023 01:23:47 +0300 Subject: clarify --- internal/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/run.go b/internal/run.go index ccfa8a9..417b81b 100644 --- a/internal/run.go +++ b/internal/run.go @@ -17,7 +17,7 @@ func Run(configFile string) { notifyError(config, err) } - if subject, body, changed := state.report(); changed { + if subject, body, doNotify := state.report(); doNotify { notify(config, subject, body) } } -- cgit v1.2.3