mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
`packer validate` would output the same error message four times per unsupported root block type found in a template (e.g., 'src' instead of 'source'). This behavior was due to a function being called four times for each file on each stage of the parsing.