generate: container: Fix spelling mistake
Search, not serach... Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
parent
53622827a0
commit
e2f2b3e35f
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ class Dns:
|
||||||
|
|
||||||
def command(self) -> str:
|
def command(self) -> str:
|
||||||
"""Option for podman container create."""
|
"""Option for podman container create."""
|
||||||
if len(self.servers) == 0 and self.serach == "":
|
if len(self.servers) == 0 and self.search == "":
|
||||||
return ""
|
return ""
|
||||||
if len(self.servers) == 0:
|
if len(self.servers) == 0:
|
||||||
return f"--dns-search={self.search}"
|
return f"--dns-search={self.search}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue