From 96339e216adada1fde9a278db425e52d1d23dfd6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:52:53 +0100 Subject: [PATCH] fix typo --- misc/tools.func | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/tools.func b/misc/tools.func index 6e687d527..99d1ee286 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -4263,8 +4263,7 @@ function setup_uv() { msg_info "Setup uv $LATEST_VERSION" fi - # Download - local UV_URL="https://github.com/astral-sh/uv/releases/download/v${LATEST_VERSION}/${UV_TAR}" + local UV_URL="https://github.com/astral-sh/uv/releases/download/${LATEST_VERSION}/${UV_TAR}" $STD curl -fsSL "$UV_URL" -o "$TMP_DIR/uv.tar.gz" || { msg_error "Failed to download uv from $UV_URL"