From 6da3556b04cea2681ca73cf3d72cb400fe28bf79 Mon Sep 17 00:00:00 2001 From: Dmitry Akimov Date: Thu, 12 Mar 2026 13:39:28 +0300 Subject: [PATCH] Update host.just --- just/host.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/just/host.just b/just/host.just index 82ddef3..bc07ccc 100644 --- a/just/host.just +++ b/just/host.just @@ -114,7 +114,7 @@ check-deps: check_tool "just" "just" "{{JUST_MIN}}" check_tool "uv" "uv" "{{UV_MIN}}" - check_tool "docker" "docker" "{{DOCKER_MIN}}" version --format '{{{{.Client.Version}}}}' + check_tool "docker" "docker" "{{DOCKER_MIN}}" if [[ "${PLATFORM}" == "linux" ]]; then echo ""