1
0
Fork 0

generate: container: Fix spelling mistake

Search, not serach...

Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
Enno Tensing 2025-07-22 15:58:53 +02:00
parent 53622827a0
commit e2f2b3e35f
Signed by: tenno
GPG key ID: 95265603BD36E66C

View file

@ -345,7 +345,7 @@ class Dns:
def command(self) -> str:
"""Option for podman container create."""
if len(self.servers) == 0 and self.serach == "":
if len(self.servers) == 0 and self.search == "":
return ""
if len(self.servers) == 0:
return f"--dns-search={self.search}"