From bc1b2a04fa16895836f91e4247d0055d5b33a372 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Mon, 27 Jun 2022 08:25:16 +0300 Subject: [PATCH] Generate cli docs after updating dependencies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9fdba0c151..8c22f1d61d 100644 --- a/Makefile +++ b/Makefile @@ -313,7 +313,7 @@ goget: go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all) .PHONY: depup -depup: goget gomod +depup: goget gomod gen-cli-docs .PHONY: gofmt gofmt: