diff options
Diffstat (limited to 'codegen_openapi.sh')
-rwxr-xr-x | codegen_openapi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen_openapi.sh b/codegen_openapi.sh index 5c14a95..94a5457 100755 --- a/codegen_openapi.sh +++ b/codegen_openapi.sh @@ -6,7 +6,7 @@ set -o pipefail echo "Running openapi-generator..." OUTPUT=`pwd`/fatcat-openapi mkdir -p $OUTPUT -cat ../fatcat-openapi3.yml | grep -v "TAGLINE$" | perl -0777 -pe "s/<\!-- STARTLONGDESCRIPTION -->.*<\!-- ENDLONGDESCRIPTION -->//s" > $OUTPUT/api.yaml +cat ./fatcat-openapi3.yml | grep -v "TAGLINE$" | perl -0777 -pe "s/<\!-- STARTLONGDESCRIPTION -->.*<\!-- ENDLONGDESCRIPTION -->//s" > $OUTPUT/api.yaml export OPENAPI_GENERATOR_VERSION=5.0.0 ./openapi-generator-cli.sh \ |