Skip to content

Commit 089d218

Browse files
committed
Replace vndr in Makefile
Signed-off-by: Shengjing Zhu <[email protected]>
1 parent 6a2df5f commit 089d218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ root-coverage: ## generate coverage profiles for unit tests that require root
377377

378378
vendor:
379379
@echo "$(WHALE) $@"
380-
@vndr
380+
@go mod vendor
381381

382382
help: ## this help
383383
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort

0 commit comments

Comments
 (0)