We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1088ec3 commit 1beb5faCopy full SHA for 1beb5fa
tests/integration/schema_registry/data/Makefile
@@ -5,7 +5,7 @@ TARGET_DIR=$(WORK_DIR)/../gen
5
6
PROTOS := common_proto.proto DependencyTestProto.proto exampleProtoCriteo.proto $\
7
metadata_proto.proto NestedTestProto.proto PublicTestProto.proto $\
8
- Sint32Value.proto Sint64Value.proto TestProto.proto
+ SInt32Value.proto SInt64Value.proto TestProto.proto
9
10
compile: $(PROTOS)
11
for proto in $(PROTOS); do \
0 commit comments