Skip to content

Commit

Permalink
Merge pull request #637 from MaximeWeyl/patch-1
Browse files Browse the repository at this point in the history
Update build-sdk.sh
  • Loading branch information
danielgtaylor authored Nov 4, 2024
2 parents 0d53dc7 + 6f3b12e commit a74067b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/terminal/build-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
go run . openapi >openapi.yaml

# Install the SDK generator
go install github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen@latest
go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest

# Generate the SDK
mkdir -p sdk
Expand Down

0 comments on commit a74067b

Please sign in to comment.