closes #3795

(cherry picked from commit 09e0ab1809)
release-2.9
ReSearchITEng 8 years ago committed by Matthew Fisher
parent 992effc1cd
commit cb2f5b7015
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

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

Loading…
Cancel
Save