consisteny

This commit is contained in:
Mislav Perić 2025-01-23 14:42:53 +01:00
parent 75ab130249
commit 8b4b24a036

View File

@ -56,7 +56,7 @@ export async function command(params: {
?.toString("utf8");
} catch {}
if (["Docker", 'docker', 'podman'].includes(commandOutput?)) {
if (["Docker", "docker", "podman"].includes(commandOutput?)) {
break exit_if_docker_not_installed;
}