updated pluto_detect_helm_materialize.sh

pull/16/head
Hari Sekhon 1 month ago
parent 716f376b42
commit 989a4057ab

@ -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

Loading…
Cancel
Save