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 b674b31 commit 98bcf15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-git-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ error_invalid_protocol="Protocol not allowed, it should match one of theses: $al
readonly error_invalid_protocol

# Debug & trace output configuration
cleanup=1
debug=0
trace=0
cleanup=1
git_output="/dev/null"
git_quiet="--quiet"
if [ "${HELM_GIT_DEBUG:-}" = "1" ]; then
Expand All @@ -36,9 +36,9 @@ if [ "${HELM_GIT_TRACE:-}" = "1" ]; then
git_output="/dev/stderr"
git_quiet=""
fi
readonly cleanup
readonly debug
readonly trace
readonly cleanup
readonly git_output
readonly git_quiet

Expand Down

0 comments on commit 98bcf15

Please sign in to comment.