mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
fix: EOF in openapi spec processing script
This commit is contained in:
parent
e7a192c0ff
commit
48e27af202
1 changed files with 2 additions and 1 deletions
|
|
@ -130,7 +130,8 @@
|
|||
end
|
||||
)
|
||||
)
|
||||
EOF)
|
||||
EOF
|
||||
)
|
||||
echo "Processor: $NULLABILITY_PREPROCESSOR"
|
||||
if [ "$#" -ne 2 ]; then
|
||||
echo "Usage: $0 <input_file.json> <output_file.json>"
|
||||
|
|
|
|||
Loading…
Reference in a new issue