diff --git a/scripts/new-chart b/scripts/new-chart index 9ecdf9a..de3c665 100755 --- a/scripts/new-chart +++ b/scripts/new-chart @@ -24,4 +24,4 @@ yq -i ".name=\"${CHART_NAME}\"" "${REPO_PATH}/charts/${CHART_NAME}/Chart.yaml" yq -i ".maintainers[0].name=\"$(git config user.name)\"" "${REPO_PATH}/charts/${CHART_NAME}/Chart.yaml" yq -i ".maintainers[0].email=\"$(git config user.email)\"" "${REPO_PATH}/charts/${CHART_NAME}/Chart.yaml" -echo "Start editing your chart at: "${REPO_PATH}/charts/${CHART_NAME}/" +echo "Start editing your chart at: ${REPO_PATH}/charts/${CHART_NAME}/"