From 79c8848a7429bbba02f416e34d55aeb18c7d3608 Mon Sep 17 00:00:00 2001 From: chraac <1937740+chraac@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:37:20 +0000 Subject: [PATCH] tools: Bump `BATCAT_VERSION` from 0.26.1 to null --- lib/functions/general/bat-cat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/general/bat-cat.sh b/lib/functions/general/bat-cat.sh index a33054ae34c5..ee3b27c443c3 100644 --- a/lib/functions/general/bat-cat.sh +++ b/lib/functions/general/bat-cat.sh @@ -9,7 +9,7 @@ function run_tool_batcat() { # Default version - BATCAT_VERSION=${BATCAT_VERSION:-0.26.1} # https://github.com/sharkdp/bat/releases + BATCAT_VERSION=${BATCAT_VERSION:-null} # https://github.com/sharkdp/bat/releases declare non_cache_dir="/armbian-tools/batcat" # To deploy/reuse cached batcat in a Docker image.