Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GNUmakefile: make dev uses packer for install
When building the development version of the plugin, we now use `packer plugins install` for that instead of moving it to the plugins directory manually. This target will require Packer 1.10.2 and above to function, as prior versions don't support instaling pre-release versions of a plugin with that command.
- Loading branch information