Modules/Docker: Fix typo
This commit is contained in:
@ -110,7 +110,7 @@ in {
|
|||||||
mkPodmanNetwork = options:
|
mkPodmanNetwork = options:
|
||||||
builtins.concatStringsSep "\n" [
|
builtins.concatStringsSep "\n" [
|
||||||
''
|
''
|
||||||
ehco "Can't create Podman networks (yet)!"
|
echo "Can't create Podman networks (yet)!"
|
||||||
''
|
''
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user