Skip to content

Commit

Permalink
renamed protocgen -> generate
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Jul 22, 2024
1 parent 1be6078 commit 00a806e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rate-limiting/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ proto-all: proto-format proto-gen
proto-gen:
@echo "Generating Protobuf files"
@$(DOCKER) run --user $(id -u):$(id -g) --rm -v $(CURDIR):/workspace --workdir /workspace $(containerProtoImage) \
sh ./scripts/protocgen.sh;
sh ./scripts/generate.sh;

proto-format:
@echo "Formatting Protobuf files"
Expand Down
File renamed without changes.

0 comments on commit 00a806e

Please sign in to comment.