From 0153f4bd407152b03939f5d50af60be6374e3019 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:42:57 +0100 Subject: [PATCH] core: change 'uv cache clear' to 'uv cache clean' (#9299) --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index 3255eb07e..c3014951f 100644 --- a/misc/core.func +++ b/misc/core.func @@ -393,7 +393,7 @@ cleanup_lxc() { # Python pip if command -v pip &>/dev/null; then $STD pip cache purge || true; fi # Python uv - if command -v uv &>/dev/null; then $STD uv cache clear || true; fi + if command -v uv &>/dev/null; then $STD uv cache clean || true; fi # Node.js npm if command -v npm &>/dev/null; then $STD npm cache clean --force || true; fi # Node.js yarn