diff options
-rwxr-xr-x | rust/codegen_openapi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/codegen_openapi.sh b/rust/codegen_openapi.sh index f86b276..5c14a95 100755 --- a/rust/codegen_openapi.sh +++ b/rust/codegen_openapi.sh @@ -8,7 +8,7 @@ OUTPUT=`pwd`/fatcat-openapi mkdir -p $OUTPUT cat ../fatcat-openapi3.yml | grep -v "TAGLINE$" | perl -0777 -pe "s/<\!-- STARTLONGDESCRIPTION -->.*<\!-- ENDLONGDESCRIPTION -->//s" > $OUTPUT/api.yaml -export OPENAPI_GENERATOR_VERSION=5.0.0-SNAPSHOT +export OPENAPI_GENERATOR_VERSION=5.0.0 ./openapi-generator-cli.sh \ generate \ --generator-name rust-server \ |