diff --git a/scripts/install_plugin.sh b/scripts/install_plugin.sh index b01c65f4..b8a6d31f 100755 --- a/scripts/install_plugin.sh +++ b/scripts/install_plugin.sh @@ -2,7 +2,7 @@ # Copied w/ love from the chartmuseum/helm-push :) -[ -z "$HELM_DEBUG" ] || set -x +[ ! -z "$HELM_DEBUG" ] && set -x name="helm-dashboard" repo="https://github.com/komodorio/${name}"