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) }