From 971495b564e9e280a66b54088f4e2c33e7c58f15 Mon Sep 17 00:00:00 2001 From: artaasadi Date: Mon, 18 Nov 2024 12:45:59 +0100 Subject: [PATCH] fix: sync with template --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index dac6a144..0cf13dc1 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ func main() { } }() - if err := service.WorkerCommand().ExecuteContext(ctx); err != nil { + if err := local.WorkerCommand().ExecuteContext(ctx); err != nil { fmt.Printf("Error: %v\n", err) os.Exit(1) }