Skip to content

Commit c792592

Browse files
Execute install script in debug mode only when HELM_DEBUG flag is set (#219)
1 parent 4a4760d commit c792592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Copied w/ love from the chartmuseum/helm-push :)
44

5-
[ -z "$HELM_DEBUG" ] || set -x
5+
[ ! -z "$HELM_DEBUG" ] && set -x
66

77
name="helm-dashboard"
88
repo="https://github.com/komodorio/${name}"

0 commit comments

Comments
 (0)