1

Modules/Docker: Fix typo

This commit is contained in:
2025-07-10 22:26:49 +02:00
parent 257060a6c2
commit cbd49f9847

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)!"
''
];