fix(windows): no sh, assume nu installed instead

This commit is contained in:
Francesc Elies 2024-02-05 12:39:48 +01:00
parent f45f36a97f
commit 4bf45ec880

View file

@ -14,7 +14,7 @@ local function cmd_names_from_cmd(cmd)
log.debug("Running shell command", cmd)
local proc = Job:new({
command = "sh",
command = "nu",
args = { "-c", cmd },
cwd = '.',
enable_recording = true,