Skip to content

Commit

Permalink
Better debug flag logic
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Jan 20, 2023
1 parent 4ebf670 commit 0e6231d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/install_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

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

if [ -n "$HELM_DEBUG" ]; then
set -x
fi
[ -z "$HELM_DEBUG" ] || set -x

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

0 comments on commit 0e6231d

Please sign in to comment.