From 5449985775d37857f1412aa6b4f19ca521a4c903 Mon Sep 17 00:00:00 2001 From: Zaki Ali Date: Thu, 13 Mar 2025 13:15:49 -0700 Subject: [PATCH] fix: uvshim default to existing uv configuration (#1670) --- ui/desktop/src/bin/uvx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/desktop/src/bin/uvx b/ui/desktop/src/bin/uvx index 3e506081..8a1eec12 100755 --- a/ui/desktop/src/bin/uvx +++ b/ui/desktop/src/bin/uvx @@ -79,8 +79,7 @@ if [ -n "${GOOSE_UV_REGISTRY:-}" ] && curl -s --head --fail "$GOOSE_UV_REGISTRY" export UV_INDEX_URL="$GOOSE_UV_REGISTRY" export UV_NATIVE_TLS=true else - log "GOOSE_UV_REGISTRY is either not set or not accessible. Falling back to default pip registry." - export UV_INDEX_URL="https://pypi.org/simple" + log "Neither GOOSE_UV_REGISTRY nor UV_INDEX_URL is set. Falling back to default configuration." fi # Final step: Execute uvx with passed arguments