Skip to content

Commit

Permalink
TEMP: TO BE DROPPED, once the failure is seen on CI for this commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Sep 5, 2022
1 parent 0cb7762 commit c535c14
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 @@ -100,10 +100,10 @@ dev\:start:
# - https://github.com/cosmos/cosmos-sdk/issues/4165
.PHONY: verify
verify:
@if go mod verify | grep -q 'all modules verified'; then \
@if go mod verify | grep -q 'all mdules verified'; then \
echo "Success!"; \
else \
exit -1; \
exit 2; \
fi;

.PHONY: tidy
Expand Down

0 comments on commit c535c14

Please sign in to comment.