Skip to content

Commit a55b6ed

Browse files
fix: make proto-format (cosmos#9470)
1 parent f1289d0 commit a55b6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ proto-swagger-gen:
403403
proto-format:
404404
@echo "Formatting Protobuf files"
405405
@if docker ps -a --format '{{.Names}}' | grep -Eq "^${containerProtoFmt}$$"; then docker start -a $(containerProtoFmt); else docker run --name $(containerProtoFmt) -v $(CURDIR):/workspace --workdir /workspace tendermintdev/docker-build-proto \
406-
find ./ -not -path "./third_party/*" -name *.proto -exec clang-format -i {} \; ; fi
406+
find ./ -not -path "./third_party/*" -name "*.proto" -exec clang-format -i {} \; ; fi
407407

408408

409409
proto-lint:

0 commit comments

Comments
 (0)