fix title

This commit is contained in:
Stavros kois
2024-05-12 21:25:52 +03:00
parent a4944dd6b2
commit 2012422b97

View File

@@ -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..."