From 88dbe15a76f5671061f81f8bd37456792e1dd09d Mon Sep 17 00:00:00 2001 From: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> Date: Wed, 22 Apr 2020 10:25:46 -0500 Subject: [PATCH] remove repeated line Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com> --- scripts/get-helm-3 | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/get-helm-3 b/scripts/get-helm-3 index c71e79058..33b8638a4 100755 --- a/scripts/get-helm-3 +++ b/scripts/get-helm-3 @@ -23,7 +23,6 @@ : ${VERIFY_CHECKSUM:="true"} : ${VERIFY_SIGNATURES:="false"} : ${HELM_INSTALL_DIR:="/usr/local/bin"} -: ${HELM_INSTALL_DIR:="/usr/local/bin"} HAS_CURL="$(type "curl" > /dev/null && echo true || echo false)" HAS_WGET="$(type "wget" > /dev/null && echo true || echo false)"