From 17223ceba7a800318403b193882e65a6a352ddc0 Mon Sep 17 00:00:00 2001 From: Anmol Date: Thu, 25 Apr 2024 20:37:01 +0530 Subject: [PATCH] chore: remove unused line from install.sh, update cli version to commit tag (#24) --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index badc702..777b45a 100755 --- a/install.sh +++ b/install.sh @@ -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