Skip to content

Commit

Permalink
Fix gen-proto for accountingservice (open-telemetry#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus committed Aug 28, 2024
1 parent 41e3673 commit 52d315a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ the release.
([#1692](https://github.com/open-telemetry/opentelemetry-demo/pull/1692))
* [chore] Add yamllint to `make all`
([#1707](https://github.com/open-telemetry/opentelemetry-demo/pull/1707))
* [chore] Fix gen-proto for accountingservice
([#1709](https://github.com/open-telemetry/opentelemetry-demo/pull/1709))

## 1.11.1

Expand Down
2 changes: 1 addition & 1 deletion ide-gen-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gen_proto_ts() {
cd "$base_dir" || return
}

gen_proto_go accountingservice
gen_proto_dotnet accountingservice
# gen_proto_java adservice
gen_proto_dotnet cartservice
gen_proto_go checkoutservice
Expand Down

0 comments on commit 52d315a

Please sign in to comment.