From 988b90b7f23f335caa3261bfc280dab7ac4182d0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Dec 2024 14:22:17 +0000 Subject: [PATCH] Update GNUmakefile version to merge..2 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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