Skip to content

Commit

Permalink
Merge pull request #965 from mokibit/fix-gidmap-typo
Browse files Browse the repository at this point in the history
Fix x-podman.gidmap typo
  • Loading branch information
p12tic committed Jun 17, 2024
2 parents 6d8d3e9 + e799a0b commit 14f39e5
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 @@ -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
Expand Down

0 comments on commit 14f39e5

Please sign in to comment.