Skip to content

Commit

Permalink
updated pluto_detect_helm_materialize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Aug 10, 2024
1 parent 716f376 commit 989a405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/pluto_detect_helm_materialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ max_args 1 "$@"
dir="${1:-.}"

for x in helm pluto yq; do
if ! type -P &>/dev/null; then
if ! type -P "$x" &>/dev/null; then
"$srcdir/../install_$x.sh"
fi
done
Expand Down

0 comments on commit 989a405

Please sign in to comment.