fix match
All checks were successful
renovate / renovate (push) Successful in 32s

This commit is contained in:
2025-12-15 14:33:10 -06:00
parent 61a01814ee
commit 9fc40afe16

View File

@@ -171,7 +171,7 @@ jobs:
| tail +2 | head -n -1 \
| awk '{ print "helm repo add " $1 " " $3 }' \
| while read cmd; do
if [[ "$cmd" == "helm repo add oci:*" ]]; then
if [[ "$cmd" == "*oci://*" ]]; then
echo ">> Ignoring OCI repo"
else
echo "$cmd" | sh;