aboutsummaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/worker.go b/worker.go
index b39b047..b5b8e97 100644
--- a/worker.go
+++ b/worker.go
@@ -55,6 +55,7 @@ func newWorker(cfg ServerConfig) (wrk *worker, err error) {
}
wrk.Reports = Reports{
+ Title: cfg.Title,
Services: make(map[string]*ServiceReport, len(wrk.Services)),
}
for id := range wrk.Services {