Skip to content

Commit

Permalink
Add GOBIN env
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Feb 21, 2024
1 parent cf7f85e commit c039c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ gofmt:
gofmt -s -w internal/provider

generatedocs:
@echo "==> Formats examples and generates docs..."
terraform fmt -recursive ./examples/ && tfplugindocs generate

@echo "==> Formatting examples and generating docs..."
terraform fmt -recursive ./examples/
GOBIN=$(shell go env GOBIN) tfplugindocs generate

0 comments on commit c039c6c

Please sign in to comment.