Skip to content

Commit 5ba9295

Browse files
committed
rename gen-protoc.sh
Signed-off-by: Tom <[email protected]>
1 parent 17e1d2d commit 5ba9295

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

api/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gen-proto:
3333

3434
$(QUIET) bash ../hack/install-proto.sh
3535
$(call printlog, PROTO, api/$(C_OUTPUT_DIR))
36-
$(QUIET) bash ../hack/gen_protoc.sh $(PROTO_PATH) $(PROTO_SRC)
36+
$(QUIET) bash ../hack/gen-protoc.sh $(PROTO_PATH) $(PROTO_SRC)
3737
$(QUIET) mkdir -p $(C_OUTPUT_DIR)
3838
$(QUIET) cp -rf api/* $(C_OUTPUT_DIR); rm -rf api
3939
$(QUIET) find $(C_OUTPUT_DIR) -name *pb-c* | xargs sed -i 's/#include \"api\//#include \"/g'
File renamed without changes.

0 commit comments

Comments
 (0)