From 321762c91b45aadb6531712abd7d465647dd1066 Mon Sep 17 00:00:00 2001 From: inseong01 Date: Fri, 30 Jan 2026 12:12:32 +0900 Subject: [PATCH] fix: just recipe 'install' error add a line "set windows-shell~" in the justfile --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 95dfe1b2e..8ff71c969 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,8 @@ # Using Just: https://github.com/casey/just?tab=readme-ov-file#installation +set windows-shell := ["C:\\Program Files\\Git\\bin\\sh.exe","-c"] + set quiet # List all of the available commands.