summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/run.go b/internal/run.go
index f45f937..348bdd9 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -30,7 +30,7 @@ func Run(ctx context.Context, configFile string, renotify, force bool) {
notifyError(conf, err)
}
- subject, body, doNotify := state.report(renotify, force)
+ subject, body, doNotify := state.report(renotify, force, conf.StatusPageURL)
if doNotify {
if err := notify(conf, subject, body); err != nil {
log.Println("error:", err)