1

Modules/Docker: Fix typo

This commit is contained in:
2025-07-10 22:26:49 +02:00
parent d18f482052
commit 85b7b8535b

View File

@ -110,7 +110,7 @@ in {
mkPodmanNetwork = options:
builtins.concatStringsSep "\n" [
''
ehco "Can't create Podman networks (yet)!"
echo "Can't create Podman networks (yet)!"
''
];