Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Aug 15, 2024
1 parent 92e712f commit a44607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-interchain/bash/source.bash
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ICT_KILL_ALL() {
ICT_GET_PEER() {
local API=$1 CHAIN_ID=$2

if [[ $API != */info ]] then
if [[ $API != */info ]]; then
API="$API/info"
fi

Expand Down

0 comments on commit a44607e

Please sign in to comment.