From f00ea7a166d7eadf4e9407f6c35d94d02ea7e103 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 17 Mar 2021 09:19:14 +0100 Subject: [PATCH] more docs --- packer/plugin.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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