From 4b0df5efc964f885fa29a9e338f727238df16ce0 Mon Sep 17 00:00:00 2001 From: Scott Winkler Date: Wed, 25 Oct 2023 01:01:07 -0700 Subject: [PATCH] update makefile --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 04c0143470..4c92b6c19e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,7 +34,7 @@ tools: cd tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint cd tools && go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs cd tools && go install github.com/hashicorp/copywrite - cd tools && go install go install mvdan.cc/gofumpt + cd tools && go install mvdan.cc/gofumpt generate-all-dto: ## Generate all DTOs for SDK interfaces go generate ./internal/sdk/*_dto.go