From 3feedd2a6570f45f76ee1952fa78f5ae63746188 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 19 Jul 2022 13:53:56 +0200 Subject: [PATCH] fix(ci): forgot to push a description change --- .github/scripts/build-catalog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build-catalog.sh b/.github/scripts/build-catalog.sh index 52c11c5819f..7fb8ea987fd 100755 --- a/.github/scripts/build-catalog.sh +++ b/.github/scripts/build-catalog.sh @@ -223,7 +223,7 @@ patch_apps() { # Generate SCALE App description file cat ${target}/Chart.yaml | yq .description -r >> ${target}/app-readme.md echo "" >> ${target}/app-readme.md - echo "This App is supplied by TrueCharts, for more information visit https://truecharts.org" >> ${target}/app-readme.md + echo "This App is supplied by TrueCharts, for more information visit the manual: https://truecharts.org/charts/${train}/${chartname}" >> ${target}/app-readme.md echo "" >> ${target}/app-readme.md echo "---" >> ${target}/app-readme.md echo "" >> ${target}/app-readme.md