Skip to content

Commit

Permalink
Skip gen-cli-docs on depup
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Feb 4, 2024
1 parent 01705a6 commit fdc08b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fdc08b9

Please sign in to comment.