closes #3795
pull/4207/head^2
ReSearchITEng 8 years ago committed by GitHub
parent 2c6cd50efc
commit 090709068e

@ -184,7 +184,9 @@ help () {
# cleanup temporary files to avoid https://github.com/kubernetes/helm/issues/2977 # cleanup temporary files to avoid https://github.com/kubernetes/helm/issues/2977
cleanup() { cleanup() {
if [[ -d "${HELM_TMP_ROOT:-}" ]]; then
rm -rf "$HELM_TMP_ROOT" rm -rf "$HELM_TMP_ROOT"
fi
} }
# Execution # Execution

Loading…
Cancel
Save