fix worker target

This commit is contained in:
Nicholas Smith 2023-01-04 22:02:05 +10:00
parent 76ccf3b8db
commit 70f96b4735

View file

@ -64,7 +64,7 @@ test:
.PHONY: worker .PHONY: worker
worker: worker:
clear clear
go run cmd/worker/worker.go go run cmd/worker/main.go
# Check for direct dependency updates # Check for direct dependency updates
.PHONY: check-updates .PHONY: check-updates