Skip to content

Commit

Permalink
fix: sync with template
Browse files Browse the repository at this point in the history
  • Loading branch information
artaasadi committed Nov 18, 2024
1 parent 87ef987 commit 971495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 971495b

Please sign in to comment.