Add missing closing parenthesis (#11599)

* Add missing closing parenthesis

Signed-off-by: Johanan Liebermann <[email protected]>
Co-authored-by: Adrien Delorme <[email protected]>
This commit is contained in:
Johanan Liebermann
2022-02-28 15:57:57 +01:00
committed by GitHub
co-authored by Adrien Delorme
parent f2a36af98e
commit f8ea98d671
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ Errors validating build 'vmware'. 1 error(s) occurred:
- `-only=foo,bar,baz` - Only validate the builds with the given comma-separated
names. In legacy JSON templates, build names default to the
types of their builders (e.g. `docker` or
`amazon-ebs` or `virtualbox-iso`, unless a specific `name` attribute is
`amazon-ebs` or `virtualbox-iso`), unless a specific `name` attribute is
specified within the configuration. In HCL2 templates, the "name" is the
source block's "name" label, unless an in-build source definition adds the
"name" configuration option.
@@ -171,5 +171,5 @@ option _ignores_ post-processors.
The values within `only` or `except` are _build names_, not builder types.
Name is a required block label in HCL, but in legacy JSON, build names default
to the types of their builders (e.g. `docker` or `amazon-ebs` or
`virtualbox-iso`, unless a specific `name` attribute is specified within the
`virtualbox-iso`), unless a specific `name` attribute is specified within the
configuration.