From c882d0b67af3b71f4588f1146c72c1590d57b3c6 Mon Sep 17 00:00:00 2001 From: ck Date: Mon, 5 Feb 2024 10:29:01 -0500 Subject: [PATCH] Update arm plugin source in pwnagotchi.json.pkr.hcl --- builder/pwnagotchi.json.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/pwnagotchi.json.pkr.hcl b/builder/pwnagotchi.json.pkr.hcl index faa09ef2..f2d6c098 100644 --- a/builder/pwnagotchi.json.pkr.hcl +++ b/builder/pwnagotchi.json.pkr.hcl @@ -4,7 +4,7 @@ packer { required_plugins { arm = { version = "~> 1" - source = "github.com/cdecoux/builder-arm" + source = "github.com/cdecoux/packer-plugin-builder-arm" } ansible = { source = "github.com/hashicorp/ansible"