Skip to content

Commit bce40c2

Browse files
ambiambermuayyad-alsadi
authored andcommitted
Change "an key-value" to "a key-value"
1 parent 78f8cad commit bce40c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman_compose.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ def container_to_args(compose, cnt, detached=True):
10301030
# WIP: healthchecks are still work in progress
10311031
healthcheck = cnt.get("healthcheck", None) or {}
10321032
if not is_dict(healthcheck):
1033-
raise ValueError("'healthcheck' must be an key-value mapping")
1033+
raise ValueError("'healthcheck' must be a key-value mapping")
10341034
healthcheck_disable = healthcheck.get("disable", False)
10351035
healthcheck_test = healthcheck.get("test", None)
10361036
if healthcheck_disable:

0 commit comments

Comments
 (0)