summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/run.go2
1 files changed, 1 insertions, 1 deletions
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)
}
}