Skip to content

Commit

Permalink
Merge pull request #386 from robbmanes/fix_dns_option_typo
Browse files Browse the repository at this point in the history
Fix dns_option typo
  • Loading branch information
openshift-merge-bot[bot] authored Apr 4, 2024
2 parents 2a6ded6 + 8b2a77d commit ca024cc
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 ca024cc

Please sign in to comment.