Skip to content

Commit

Permalink
fix container names in tmmock2tmmock
Browse files Browse the repository at this point in the history
Signed-off-by: Masanori Yoshida <[email protected]>
  • Loading branch information
siburu committed Apr 9, 2024
1 parent a177a1c commit 07a0396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cases/tmmock2tmmock/scripts/fixture
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ mkdir -p ${FIXTURES_DIR}/tendermint/ibc1
set -x

## copy tendermint's node mnemonic from node container
${DOCKER} cp tendermint-chain0:/root/data/ibc0/key_seed.json ${FIXTURES_DIR}/tendermint/ibc0/key_seed.json
${DOCKER} cp tendermint-chain1:/root/data/ibc1/key_seed.json ${FIXTURES_DIR}/tendermint/ibc1/key_seed.json
${DOCKER} cp tendermint-chain0-mock:/root/data/ibc0/key_seed.json ${FIXTURES_DIR}/tendermint/ibc0/key_seed.json
${DOCKER} cp tendermint-chain1-mock:/root/data/ibc1/key_seed.json ${FIXTURES_DIR}/tendermint/ibc1/key_seed.json

0 comments on commit 07a0396

Please sign in to comment.