Skip to content

Commit

Permalink
fix(make): init-simapp (#23037)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano authored Dec 21, 2024
1 parent c12136b commit b14eeec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build/testing.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# Warning: make init-simapp will remove all data in simapp home directory
#? init-simapp: Initializes a single local node network
init-simapp:
./scripts/init-simapp.sh
@echo "No more simapp v1 on this branch"
@echo "Use make init-simapp-v2 instead"
init-simapp-v2:
./scripts/init-simapp-v2.sh

Expand Down

0 comments on commit b14eeec

Please sign in to comment.