From 900a4ff9e0f4a0e593d475a78480f8eb7f036e72 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 19 Oct 2021 18:31:08 +0200 Subject: [PATCH] Fix typo in build suite --- tools/build-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-release.sh b/tools/build-release.sh index 37288db9724..02a79adf9a6 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -404,7 +404,7 @@ patch_apps() { touch ${target}/values.yaml # Generate item.yaml cat ${target}/Chart.yaml | grep "icon" >> catalog/${train}/${chartname}/item.yaml - echo "catagories:" >> catalog/${train}/${chartname}/item.yaml + echo "categories:" >> catalog/${train}/${chartname}/item.yaml cat ${target}/Chart.yaml | yq '.annotations."truecharts.org/catagories"' -r >> catalog/${train}/${chartname}/item.yaml }