diff --git a/scripts/get-helm-3 b/scripts/get-helm-3 index 2207ab626..a6eb8a09e 100755 --- a/scripts/get-helm-3 +++ b/scripts/get-helm-3 @@ -263,7 +263,7 @@ testVersion() { set +e HELM="$(command -v $HELM_INSTALL_DIR/$BINARY_NAME)" if [ "$?" = "1" ]; then - echo "$BINARY_NAME not found. Is $HELM_INSTALL_DIR on your "'$PATH?' + echo "$BINARY_NAME not found or can not be executed" exit 1 fi set -e