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)