From 1957f96a523bf6213d242d2c5ae5c4c76a33dfcb Mon Sep 17 00:00:00 2001 From: Philip Su Date: Thu, 26 Jan 2023 09:40:30 -0800 Subject: [PATCH] Nit fixes for dump app --- scripts/dump_app_state_for_height.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/dump_app_state_for_height.sh diff --git a/scripts/dump_app_state_for_height.sh b/scripts/dump_app_state_for_height.sh old mode 100644 new mode 100755 index 85a7163641..ae050cbe2f --- a/scripts/dump_app_state_for_height.sh +++ b/scripts/dump_app_state_for_height.sh @@ -12,7 +12,7 @@ HEIGHT=$1 if ! command -v $HOME/go/bin/iaviewer &> /dev/null then cd $HOME - sudo rm -r iavl + rm -rf iavl git clone https://github.com/cosmos/iavl.git cd iavl git checkout v0.17.3