diff --git a/packer/plugin.go b/packer/plugin.go index bc649b3af..3150a23b5 100644 --- a/packer/plugin.go +++ b/packer/plugin.go @@ -33,7 +33,8 @@ type PluginConfig struct { // // Redirects will be bypassed if the redirected components are already found // in their corresponding sets (Builders, Provisioners, PostProcessors, - // DataSources) + // DataSources). That is, for example, if you manually put a single + // component plugin in the plugins folder. BuilderRedirects map[string]string DatasourceRedirects map[string]string ProvisionerRedirects map[string]string