diff --git a/Makefile b/Makefile index c101262e..4a14372c 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,7 @@ proto-dep-install: proto-gen: @echo "Generating Protobuf files" - @$(protoImage) sh ./scripts/protocgen.sh + @$(protoImage) sh ./scripts/proto_gen.sh @go mod tidy proto-fmt: