Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Feb 7, 2020
1 parent 41426fa commit 789a03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ tmkv = third_party/proto/tendermint/libs/kv/types.proto
tmmerkle = third_party/proto/tendermint/crypto/merkle/merkle.proto
tmabci = third_party/proto/tendermint/abci/types/types.proto

# You *only* need to run this to rebuild protobufs from the tendermint source
# You *only* need to run this to rebuild protobufs from the tendermint source
proto-update-tendermint:
# When running this command you will have to update the proto files with third_party imports instead of what is copied
@curl $(tendermint)/abci/types/types.proto > $(tmabci)
Expand All @@ -257,4 +257,4 @@ proto-update-tendermint:
@sed 's@package types;@package abci;@' $(tmabci) > protobuf/abci.proto
@curl $(tendermint)/version/version.go | grep -F -eTMCoreSem -eABCISemVer > version.txt

.PHONY: proto-all proto-gen proto-lint proto-check-breaking
.PHONY: proto-all proto-gen proto-lint proto-check-breaking proto-update-tendermint

0 comments on commit 789a03d

Please sign in to comment.