From 2012422b97ec84e44ad8fbbf266316d763f0ae7a Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Sun, 12 May 2024 21:25:52 +0300 Subject: [PATCH] fix title --- .github/scripts/chart-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/chart-docs.sh b/.github/scripts/chart-docs.sh index 05f839d1417..89bda786aee 100755 --- a/.github/scripts/chart-docs.sh +++ b/.github/scripts/chart-docs.sh @@ -109,7 +109,7 @@ process_index() { echo "Adding front matter to index.md..." echo "---" >>${index_path} - yq -i --front-matter=process ".title = ${chart}" ${index_path} + yq -i --front-matter=process '.title="'${chart}'"' ${index_path} echo -e "---\n" >>${index_path} echo "Getting data from Chart.yaml..."