diff --git a/scripts/get-helm-3 b/scripts/get-helm-3 index 96ed0a408..6177ba1a2 100755 --- a/scripts/get-helm-3 +++ b/scripts/get-helm-3 @@ -100,8 +100,7 @@ verifySupported() { fi if [ "${HAS_GIT}" != "true" ]; then - echo "Git is required for plugin install" - exit 1 + echo "[WARNING] Could not find git. It is required for plugin installation." fi }