From 713d3818bbcda8de46f9d33fcba2a4cd761aba34 Mon Sep 17 00:00:00 2001 From: Nicholas Smith Date: Wed, 4 Jan 2023 22:02:05 +1000 Subject: [PATCH] fix worker target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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