diff --git a/hcl2template/types.required_plugins.go b/hcl2template/types.required_plugins.go index ef2c3aec1..4fa88fdc8 100644 --- a/hcl2template/types.required_plugins.go +++ b/hcl2template/types.required_plugins.go @@ -106,9 +106,9 @@ func (cfg *PackerConfig) decodeImplicitRequiredPluginsBlock(k ComponentKind, blo Datasource: cfg.parser.PluginConfig.DataSources, }[k] if store.Has(componentName) { - // If any pre-loaded plugin defines the `happycloud-uploader` pp, skip. - // This happens for manually installed plugins, as they will be listed - // in the PluginConfig before parsing any HCL. + // If any core or pre-loaded plugin defines the `happycloud-uploader` + // pp, skip. This happens for manually installed plugins, as they will + // be listed in the PluginConfig before parsing any HCL. return nil }