From 7ccfe38475fcd153571e16382eebf32125ad93b6 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Fri, 19 Mar 2021 11:16:13 +0100 Subject: [PATCH] Update types.required_plugins.go up comment --- hcl2template/types.required_plugins.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }