diff --git a/Makefile b/Makefile index 3c79440..a79e70b 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ test: .PHONY: worker worker: clear - go run cmd/worker/worker.go + go run cmd/worker/main.go # Check for direct dependency updates .PHONY: check-updates