mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 01:34:00 -04:00
better comments
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user