Skip to content

Commit

Permalink
Execute install script in debug mode only when HELM_DEBUG flag is set (
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-mehtaa authored Feb 17, 2023
1 parent 4a4760d commit c792592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit c792592

Please sign in to comment.