Skip to content

Commit

Permalink
clean up naming, use module_version all over
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Sep 14, 2024
1 parent b6c0214 commit 5c3eb04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/build-clients.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ inference_destination="internal/gen/${inference_module}"
# version file
version_file="internal/gen/api_version.go"
# generated oas files
db_control_oas_file="${db_control_destination}/control_plane.oas.go"
inference_oas_file="${inference_destination}/${version}_${inference_module}.oas.go"
db_control_oas_file="${db_control_destination}/${db_control_module}_${version}.oas.go"
inference_oas_file="${inference_destination}/${inference_module}_${version}.oas.go"

set -eux -o pipefail

Expand Down

0 comments on commit 5c3eb04

Please sign in to comment.