Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-swinkler committed Oct 25, 2023
1 parent aa01700 commit 4b0df5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b0df5e

Please sign in to comment.