Compare commits

..

1 Commits

Author SHA1 Message Date
544c3e481b fix: use correct path
All checks were successful
Build / build (pull_request) Successful in 16s
- I need a better way to test these changes
2026-01-10 16:31:43 +11:00

View File

@ -6,7 +6,7 @@ packer {
} }
incus = { incus = {
source = "github.com/bketelsen/incus" source = "github.com/bketelsen/incus"
version = "1.2.0" version = "~> 1"
} }
} }
} }