fix: failed module, fix path
Build / build (pull_request) Successful in 36s

- I need a better way to test these changes
- limit to version 1.2.0 of incus plugin
- use correct path in CMD
This commit is contained in:
2026-01-10 16:31:43 +11:00
parent 5ff0604d93
commit 1c7c4710cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ packer {
}
incus = {
source = "github.com/bketelsen/incus"
version = "~> 1"
version = "1.2.0"
}
}
}