diff --git a/Makefile b/Makefile index f1f7874ea4..0b4816bca7 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ help: ## Display this help message ##@ Setup install-uv: ## Ensure uv is installed - @if ! command -v uv &> /dev/null; then \ + @if ! command -v uv 2> /dev/null; then \ echo "uv not found. Installing..."; \ curl -LsSf https://astral.sh/uv/install.sh | sh; \ else \