From dff514463eb5b6e7142496c4ef1552249d7a1ecb Mon Sep 17 00:00:00 2001 From: Zadkiel AHARONIAN Date: Tue, 9 Jul 2024 19:26:36 +0200 Subject: [PATCH] Update helm-git-plugin.sh --- helm-git-plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-git-plugin.sh b/helm-git-plugin.sh index 047132c..0363837 100755 --- a/helm-git-plugin.sh +++ b/helm-git-plugin.sh @@ -395,7 +395,7 @@ main() { # Setup exit trap # shellcheck disable=SC2317 exit_trap() { - [ $cleanup = 1 ] || return 0 + [ "$cleanup" = 1 ] || return 0 rm -rf "$git_root_path" "${helm_home_target_path:-}" ${CACHE_CHARTS} || rm -rf "${helm_target_path:-}" }