From e799a0b0eae870a3fa8cd566c5dc32bdd8f1821e Mon Sep 17 00:00:00 2001 From: Monika Kairaityte Date: Fri, 14 Jun 2024 17:31:10 +0300 Subject: [PATCH] Fix x-podman.gidmap typo Signed-off-by: Monika Kairaityte --- podman_compose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman_compose.py b/podman_compose.py index 27a9a2d8..39ed03c8 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -1226,7 +1226,7 @@ async def container_to_args(compose, cnt, detached=True): if 'x-podman' in cnt: raise ValueError( 'Configuration under x-podman has been migrated to x-podman.uidmap and ' - 'x-podman.gidman fields' + 'x-podman.gidmap fields' ) rootfs_mode = False