diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-12 10:17:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-12 10:17:51 +0300 |
| commit | 22df44d2e4a6ab928d916da9c1e26aa5d32bbb2d (patch) | |
| tree | 1673d05d569a2b18b32e33d964ec7e73f0fc29cd /cmd | |
| parent | 85a4cdea7c41cfd2f4fcbe1554494fb0b78ae338 (diff) | |
initiate merge operation by cron ticker
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gosd/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gosd/main.go b/cmd/gosd/main.go index ded379c..e83d6f8 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, hand); err != nil { + if err := cron.Start(ctx, conf); err != nil { panic(err) } |
