Fix 767
This commit is contained in:
parent
5de629acf2
commit
e1f38d4196
@ -53,10 +53,12 @@ export async function command(params: {
|
||||
.execSync("docker --version", {
|
||||
stdio: ["ignore", "pipe", "ignore"]
|
||||
})
|
||||
?.toString("utf8");
|
||||
} catch {}
|
||||
.toString("utf8");
|
||||
} catch {
|
||||
commandOutput = "";
|
||||
}
|
||||
|
||||
if (["Docker", "docker", "podman"].includes(commandOutput?)) {
|
||||
if (["docker", "podman"].includes(commandOutput.toLowerCase())) {
|
||||
break exit_if_docker_not_installed;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user