summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-08-11 15:07:16 +0300
committerPaul Buetow <paul@buetow.org>2024-08-11 15:07:16 +0300
commit5f34aa03f262837f6fb475490c3467880a1ea041 (patch)
tree3eb7a8b0898fa62a21c5022759f77baf39586209 /cmd
parent8eba8522dc6fb9a558fa88d4f6abc45eeb1e58c9 (diff)
more on this
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gosd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gosd/main.go b/cmd/gosd/main.go
index e83d6f8..ded379c 100644
--- a/cmd/gosd/main.go
+++ b/cmd/gosd/main.go
@@ -29,7 +29,7 @@ func main() {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
- if err := cron.Start(ctx, conf); err != nil {
+ if err := cron.Start(ctx, conf, hand); err != nil {
panic(err)
}