Skip to content

Commit a2f7c9d

Browse files
Merge pull request #350 from aquasecurity/tf_prov
bug: fixed registry details in GNUmakefile
2 parents d5373f9 + f47f922 commit a2f7c9d

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
@@ -2,7 +2,7 @@
22
# This ensures docker volumes are mounted from within provider directory instead.
33
PROVIDER_DIR := $(abspath $(lastword $(dir $(MAKEFILE_LIST))))
44
TEST := "$(PROVIDER_DIR)/aquasec"
5-
HOSTNAME := registry.terraform.io
5+
HOSTNAME := github.com
66
NAMESPACE := aquasec
77
NAME := aquasec
88
BINARY := terraform-provider-${NAME}

0 commit comments

Comments
 (0)