fix worker target
This commit is contained in:
parent
26e4d4d16a
commit
713d3818bb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue