From 80cfe50458c7e31205660fdb6b2cda2203f62660 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Tue, 25 Oct 2022 22:00:21 +0530 Subject: [PATCH] Fixed shellcheck lint for get-lb-ip.sh --- scripts/k8s/get-lb-ip.sh | 2 +- scripts/style/shellcheck_skip.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/k8s/get-lb-ip.sh b/scripts/k8s/get-lb-ip.sh index ff8d78c3d920d..79a2fc3b13d02 100755 --- a/scripts/k8s/get-lb-ip.sh +++ b/scripts/k8s/get-lb-ip.sh @@ -6,4 +6,4 @@ until [ -n "${LB_IP}" ]; do sleep 1 done -echo $LB_IP +echo "$LB_IP" diff --git a/scripts/style/shellcheck_skip.txt b/scripts/style/shellcheck_skip.txt index 3c7fe298d0cee..291b83f899cf5 100644 --- a/scripts/style/shellcheck_skip.txt +++ b/scripts/style/shellcheck_skip.txt @@ -69,7 +69,6 @@ scripts/connect-ui.sh scripts/ensure_image.sh scripts/grab-data-from-central.sh scripts/k8s/cleanup.sh -scripts/k8s/get-lb-ip.sh scripts/k8s/kill-pod.sh scripts/k8s/local-port-forward.sh scripts/mergeswag.sh