diff --git a/Makefile b/Makefile index df33e51..bcbf1c0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TIMEOUT ?= 40m GOMAXPROCS ?= 5 TF_VERSION ?= v0.14.11 -ROOT_PKG_PATH := github.com/ddelnano/terraform-provider-xenorchestra +ROOT_PKG_PATH := github.com/vatesfr/terraform-provider-xenorchestra ifdef TEST TEST := github.com/vatesfr/terraform-provider-xenorchestra/xoa -run '$(TEST)' else