Skip to content

Commit ccab562

Browse files
authored
fix: Update to work with the latest openapi-python-client
1 parent 8080fec commit ccab562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ if [[ "$openapi_url" != "NOT_SPECIFIED" ]]; then
2222
openapi_document_path_or_url_arg="--url ${openapi_url}"
2323
fi
2424

25-
pipx run ${version_arg} openapi-python-client ${config_arg} generate ${openapi_document_path_or_url_arg}
25+
pipx run ${version_arg} openapi-python-client generate ${config_arg} ${openapi_document_path_or_url_arg}

0 commit comments

Comments
 (0)