Skip to content

Commit 8966944

Browse files
authored
Corrected version.ProviderVersion path (#2934)
1 parent af7ceb5 commit 8966944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test: fmtcheck generate
1212
go test $(TESTARGS) -timeout=30s $(TEST)
1313

1414
testacc: fmtcheck
15-
TF_ACC=1 TF_SCHEMA_PANIC_ON_ERROR=1 go test $(TEST) -v $(TESTARGS) -timeout 240m -ldflags="-X=github.com/hashicorp/terraform-provider-google-beta/version.ProviderVersion=acc"
15+
TF_ACC=1 TF_SCHEMA_PANIC_ON_ERROR=1 go test $(TEST) -v $(TESTARGS) -timeout 240m -ldflags="-X=github.com/hashicorp/terraform-provider-google-beta/v3/version.ProviderVersion=acc"
1616

1717
fmt:
1818
@echo "==> Fixing source code with gofmt..."

0 commit comments

Comments
 (0)