We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ebe93 commit 25972dbCopy full SHA for 25972db
Makefile
@@ -59,7 +59,7 @@ help: ## Display this help message
59
##@ Setup
60
61
install-uv: ## Ensure uv is installed
62
- @if ! command -v uv &> /dev/null; then \
+ @if ! command -v uv 2> /dev/null; then \
63
echo "uv not found. Installing..."; \
64
curl -LsSf https://astral.sh/uv/install.sh | sh; \
65
else \
0 commit comments