Update host.just

This commit is contained in:
Dmitry Akimov 2026-03-12 13:39:28 +03:00
parent 412e8037b2
commit 6da3556b04

View file

@ -114,7 +114,7 @@ check-deps:
check_tool "just" "just" "{{JUST_MIN}}" check_tool "just" "just" "{{JUST_MIN}}"
check_tool "uv" "uv" "{{UV_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 if [[ "${PLATFORM}" == "linux" ]]; then
echo "" echo ""