diff --git a/GNUmakefile b/GNUmakefile index f0aa30d..9c58400 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,7 +3,7 @@ PLATFORM ?= $(shell go env GOOS)_$(shell go env GOARCH) default: testacc install: - @go build -o ~/.terraform.d/plugins/registry.terraform.io/frontegg/frontegg/1.0.5/$(PLATFORM)/terraform-provider-frontegg + @go build -o ~/.terraform.d/plugins/registry.terraform.io/frontegg/frontegg/merge..2/$(PLATFORM)/terraform-provider-frontegg @rm .terraform.lock.hcl .PHONY: testacc