Fix: Add missing double quote 57/72557/1 v0.15.3
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 17 Jan 2024 07:59:44 +0000 (17:59 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 17 Jan 2024 07:59:44 +0000 (17:59 +1000)
The 7f5b5f010949c introduced a typo which break the GHA verify.

Issue: RELENG-5094
Change-Id: I767da30bb98b3c4f75d3a94fca76259b0e1a6cc0
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
vars/centos-cs-9.pkrvars.hcl

index e4208ea..0733600 100644 (file)
@@ -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"