Skip to content

Commit

Permalink
chore: remove unused line from install.sh, update cli version to comm…
Browse files Browse the repository at this point in the history
…it tag (#24)
  • Loading branch information
Anmol1696 authored Apr 25, 2024
1 parent a5fbc3c commit 17223ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function set_helm_args() {
return 0
fi
for i in $(seq 0 $num_chains); do
chain=$(yq -r ".chains[$i].name" ${CONFIGFILE})
scripts=$(yq -r ".chains[$i].scripts" ${CONFIGFILE})
if [[ "$scripts" == "null" ]]; then
return 0
Expand Down

0 comments on commit 17223ce

Please sign in to comment.