Skip to content

Commit 47a1dda

Browse files
raulcdkevinjqliu
andauthored
Apply suggestion from @kevinjqliu
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent 25972db commit 47a1dda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ help: ## Display this help message
5959
##@ Setup
6060

6161
install-uv: ## Ensure uv is installed
62-
@if ! command -v uv 2> /dev/null; then \
62+
@if ! command -v uv > /dev/null 2>&1; then \
6363
echo "uv not found. Installing..."; \
6464
curl -LsSf https://astral.sh/uv/install.sh | sh; \
6565
else \

0 commit comments

Comments
 (0)