Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
baabeetaa committed Apr 5, 2023
1 parent 2eff42d commit a4f81f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot/snapshot_restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else
go mod tidy
fi

if [ $( echo "${chain_name}" | egrep -c "^(umee|kujira|whitewhale|quicksilver)$" ) -ne 0 ]; then
if [ $( echo "${chain_name}" | egrep -c "^(umee|kujira|whitewhale|quicksilver|regen)$" ) -ne 0 ]; then
go mod edit -replace github.com/cometbft/cometbft-db=github.com/notional-labs/cometbft-db@pebble
go mod tidy
fi
Expand Down

0 comments on commit a4f81f8

Please sign in to comment.