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
|
.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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue