From f3c304afff1e333325a173c8560ce221e9fa8f0d Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Thu, 21 Mar 2024 17:05:04 -0400 Subject: [PATCH] quick fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cfaffc..114b322 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ validate-examples: #install: @ run packer plugin install install: - packer plugins install --path ./$(BIN_FULL) "github.com/veertuinc/veertu-anka" + packer plugins install --path $(WORKDIR)/$(BIN_FULL) "github.com/veertuinc/veertu-anka" #uninstall: @ run packer plugin uninstaller uninstall: