fix: EOF in openapi spec processing script

This commit is contained in:
Adriano Caloiaroooo 2025-11-24 08:20:09 -08:00 committed by Adriano Caloiaro
parent e7a192c0ff
commit 48e27af202

View file

@ -130,7 +130,8 @@
end
)
)
EOF)
EOF
)
echo "Processor: $NULLABILITY_PREPROCESSOR"
if [ "$#" -ne 2 ]; then
echo "Usage: $0 <input_file.json> <output_file.json>"