Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Oct 30, 2024
1 parent eb5374e commit f805612
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
def: update-registry update-fixtures

update-registry:
@echo "Updating cosmos/chain-registry submodule"
git submodule sync repos/chain-registry
git submodule update repos/chain-registry
@echo "cosmos/chain-registry submodule is updated to the commit specified in .gitmodules"
@echo "Updating cosmos/chain-registry submodule to latest"
git submodule update --remote --init --recursive repos/chain-registry
@echo "cosmos/chain-registry submodule is updated to latest"

update-fixtures:
@echo "Updating chain-registry/chain-registry-fixtures submodule"
Expand Down

0 comments on commit f805612

Please sign in to comment.