mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 17:53:59 -04:00
remove outdated comment
This commit is contained in:
@@ -377,8 +377,6 @@ func Parse(r io.Reader) (*Template, error) {
|
||||
rawTpl.Comments = append(rawTpl.Comments, comment)
|
||||
continue
|
||||
}
|
||||
// Check for whether any of these keys are handled in a packer fix
|
||||
// call.
|
||||
|
||||
err = multierror.Append(err, fmt.Errorf(
|
||||
"Unknown root level key in template: '%s'", unused))
|
||||
|
||||
Reference in New Issue
Block a user