From a77eeb96302211474cae657c3318ed700025bc8b Mon Sep 17 00:00:00 2001 From: Paul Carlton Date: Tue, 4 Oct 2022 13:59:20 +0100 Subject: [PATCH] add dependencies --- src/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entrypoint.sh b/src/entrypoint.sh index 6569a07..098af04 100644 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -33,7 +33,7 @@ APP_VERSION=${12} CHART_VERSION=${13} INDEX_DIR=${14} ENTERPRISE_URL=${15} -DEPENDENCIES=${$16} +DEPENDENCIES=${16} CHARTS=() CHARTS_TMP_DIR=$(mktemp -d)