Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrooTheChen committed Sep 23, 2024
1 parent 39f1e66 commit f1bc94d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,12 @@ fn main() {
prost_build,
&[
"lib/vector-core/proto/event.proto",
"proto/google/cloud/bigquery/storage/v1/arrow.proto",
"proto/google/cloud/bigquery/storage/v1/avro.proto",
"proto/google/cloud/bigquery/storage/v1/protobuf.proto",
"proto/google/cloud/bigquery/storage/v1/storage.proto",
"proto/google/cloud/bigquery/storage/v1/stream.proto",
"proto/google/cloud/bigquery/storage/v1/table.proto",
"proto/third-party/dnstap.proto",
"proto/vector/ddsketch_full.proto",
"proto/vector/dd_metric.proto",
Expand All @@ -157,7 +162,7 @@ fn main() {
&[
"proto/third-party",
"proto/vector",
"proto/gogole/cloud/bigquery/storage/v1",
"proto/google/cloud/bigquery/storage/v1",
"lib/vector-core/proto/",
],
)
Expand Down

0 comments on commit f1bc94d

Please sign in to comment.