add comments

azr_implicit_requried_plugin_2
Adrien Delorme 5 years ago
parent 69de942647
commit ef974dd75c

@ -94,6 +94,8 @@ func (cfg *PackerConfig) decodeImplicitRequiredPluginsBlock(k ComponentKind, blo
// malformed block ? Let's not panic :)
return nil
}
// Currently all block types are `type "component-kind" ["name"] {`
// this makes this simple.
componentName := block.Labels[0]
redirect := map[ComponentKind]map[string]string{

Loading…
Cancel
Save