From f8ea98d671555317cdeb7d291aeffc896bd64c32 Mon Sep 17 00:00:00 2001 From: Johanan Liebermann Date: Mon, 28 Feb 2022 16:57:57 +0200 Subject: [PATCH] Add missing closing parenthesis (#11599) * Add missing closing parenthesis Signed-off-by: Johanan Liebermann Co-authored-by: Adrien Delorme --- website/content/docs/commands/validate.mdx | 2 +- .../docs/templates/legacy_json_templates/post-processors.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/commands/validate.mdx b/website/content/docs/commands/validate.mdx index 1e837e711..57026315e 100644 --- a/website/content/docs/commands/validate.mdx +++ b/website/content/docs/commands/validate.mdx @@ -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. diff --git a/website/content/docs/templates/legacy_json_templates/post-processors.mdx b/website/content/docs/templates/legacy_json_templates/post-processors.mdx index 08dde1511..b694d8eb4 100644 --- a/website/content/docs/templates/legacy_json_templates/post-processors.mdx +++ b/website/content/docs/templates/legacy_json_templates/post-processors.mdx @@ -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.