Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
fix: apply correct OpenAPI file path
Browse files Browse the repository at this point in the history
This commit ensure that the right file path is used in the OpenAPI spec
generator file.
  • Loading branch information
rickstaa committed Jul 20, 2024
1 parent 51ea670 commit 69ebafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_client_sdks.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# A script that generates the Livepeer AI client SDKs for several languages.
# The script uses the OpenAPI generator to generate the SDKs.
PACKAGE_NAME="livepeer_ai"
SPEC_PATH="../openapi_gateway.json"
SPEC_PATH="openapi_gateway.json"
SDKS=("go" "javascript" "python" "ruby" "typescript")
OUTPUT_DIR="sdks"

Expand Down

0 comments on commit 69ebafb

Please sign in to comment.