From: Anil Belur Date: Wed, 17 Jan 2024 07:59:44 +0000 (+1000) Subject: Fix: Add missing double quote X-Git-Tag: v0.15.3^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F72557%2F1;p=releng%2Fcommon-packer.git Fix: Add missing double quote The 7f5b5f010949c introduced a typo which break the GHA verify. Issue: RELENG-5094 Change-Id: I767da30bb98b3c4f75d3a94fca76259b0e1a6cc0 Signed-off-by: Anil Belur --- diff --git a/vars/centos-cs-9.pkrvars.hcl b/vars/centos-cs-9.pkrvars.hcl index e4208ea..0733600 100644 --- a/vars/centos-cs-9.pkrvars.hcl +++ b/vars/centos-cs-9.pkrvars.hcl @@ -1,7 +1,7 @@ source_ami_filter_name = "*CentOS-cs-9*" source_ami_filter_owner = "aws-marketplace" source_ami_filter_product_code = "0454011e44daf8e6d" -base_image = "CentOS Stream 9 (x86_64) [2023-03-27] +base_image = "CentOS Stream 9 (x86_64) [2023-03-27]" distro = "CentOS Stream 9" docker_source_image = "centos:9" ssh_user = "cloud-user"