Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Jun 17, 2024
1 parent 97a3705 commit 6dd6fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/cases/tm2tm/scripts/test-elc-cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "${dst_elc_exists}" != "false" ]; then
exit 1
fi

echo "create a new ELCs"
echo "create new ELCs"

src_elc_created=$(${RLY} lcp create-elc ibc01 --elc_client_id=07-tendermint-2 --src | jq -r '.created')
if [ "${src_elc_created}" != "true" ]; then
Expand Down

0 comments on commit 6dd6fa5

Please sign in to comment.