From 93ea7a5fc26c270135891a7ee78193797190ebab Mon Sep 17 00:00:00 2001 From: Patrick B Date: Thu, 10 Mar 2022 16:18:07 +0100 Subject: [PATCH] fix missing closing bracket for build {} section (#11654) Co-authored-by: Sylvia Moss --- .../templates/hcl_templates/blocks/build/hcp_packer_registry.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/templates/hcl_templates/blocks/build/hcp_packer_registry.mdx b/website/content/docs/templates/hcl_templates/blocks/build/hcp_packer_registry.mdx index 666b152b3..4c1995e67 100644 --- a/website/content/docs/templates/hcl_templates/blocks/build/hcp_packer_registry.mdx +++ b/website/content/docs/templates/hcl_templates/blocks/build/hcp_packer_registry.mdx @@ -46,6 +46,7 @@ Some nice description about the image which artifact is being published to HCP P build_labels = { "xcode" = "11.3.0" "version" = "Big Sur" + } } sources = ["source.happycloud.macos"]