Skip to content

Commit

Permalink
Update helm-git-plugin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Jul 9, 2024
1 parent 98bcf15 commit dff5144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-git-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-}"
}
Expand Down

0 comments on commit dff5144

Please sign in to comment.