From fdc08b97c0d3020180331be7f3db9a9dac0b7196 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Sun, 4 Feb 2024 06:30:13 +0200 Subject: [PATCH] Skip gen-cli-docs on depup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c1f63dea5..94edd8d6c1 100644 --- a/Makefile +++ b/Makefile @@ -332,7 +332,7 @@ goget: go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all | grep -v spotinst-sdk-go) .PHONY: depup -depup: goget gomod gen-cli-docs +depup: goget gomod .PHONY: gofmt gofmt: