Skip to content

Commit

Permalink
Fix additional package name caused by recent test runner improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Mar 7, 2024
1 parent 32c3530 commit d4f82b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4f82b5

Please sign in to comment.