Skip to content

Commit

Permalink
Fix dns_option typo
Browse files Browse the repository at this point in the history
Signed-off-by: Robb Manes <[email protected]>
  • Loading branch information
robbmanes committed Apr 2, 2024
1 parent 2a6ded6 commit 8b2a77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman/domain/containers_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def to_bytes(size: Union[int, str, None]) -> Union[int, None]:
"conmon_pid_file": pop("conmon_pid_file"), # TODO document, podman only
"containerCreateCommand": pop("containerCreateCommand"), # TODO document, podman only
"devices": [],
"dns_options": pop("dns_opt"),
"dns_option": pop("dns_opt"),
"dns_search": pop("dns_search"),
"dns_server": pop("dns"),
"entrypoint": pop("entrypoint"),
Expand Down

0 comments on commit 8b2a77d

Please sign in to comment.