From 53dc1eb87bfb43d330798448b2c6c22c445e0142 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 17 Mar 2021 11:03:42 +0100 Subject: [PATCH] better comments --- hcl2template/types.required_plugins.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hcl2template/types.required_plugins.go b/hcl2template/types.required_plugins.go index 04d5662be..239089e6a 100644 --- a/hcl2template/types.required_plugins.go +++ b/hcl2template/types.required_plugins.go @@ -123,7 +123,8 @@ func (cfg *PackerConfig) decodeImplicitRequiredPluginsBlock(k ComponentKind, blo // the github.com/hashicorp/happycloud plugin into // github.com/azr/happycloud that is required in my config file; and // am using the `happycloud-uploader` pp component from it. In that - // case, we won't implicitly import any other `happycloud` plugin. + // case - and to avoid miss-requires - we won't implicitly import + // any other `happycloud` plugin. return nil } }