diff --git a/.woodpecker/edge-subpath.yml b/.woodpecker/edge-subpath.yml index 14c7d46..99a5bcd 100644 --- a/.woodpecker/edge-subpath.yml +++ b/.woodpecker/edge-subpath.yml @@ -158,7 +158,7 @@ steps: ) FAILED=0 - for handler in "${REQUIRED_HANDLERS[@]}"; do + for handler in "$${REQUIRED_HANDLERS[@]}"; do if grep -q "$handler" "$CADDYFILE"; then echo "[PASS] Found handler: $handler" else