Skip to content

Commit

Permalink
Change "an key-value" to "a key-value"
Browse files Browse the repository at this point in the history
  • Loading branch information
ambiamber authored and muayyad-alsadi committed Aug 8, 2023
1 parent 78f8cad commit bce40c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ def container_to_args(compose, cnt, detached=True):
# WIP: healthchecks are still work in progress
healthcheck = cnt.get("healthcheck", None) or {}
if not is_dict(healthcheck):
raise ValueError("'healthcheck' must be an key-value mapping")
raise ValueError("'healthcheck' must be a key-value mapping")
healthcheck_disable = healthcheck.get("disable", False)
healthcheck_test = healthcheck.get("test", None)
if healthcheck_disable:
Expand Down

0 comments on commit bce40c2

Please sign in to comment.