mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-24 16:54:09 -04:00
When building the temporary plugin directory for a test, we didn't check that the LoadPluginVersion call succeeded and returned a path, which may cause errors down the line when attempting to install the plugin. To avoid this problem, we do the check at that time, and immediately fail if a plugin isn't found.