mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-07 07:44:53 +02:00
#24: fix typo
This commit is contained in:
parent
7e0a036ff4
commit
14a46ce02a
@ -332,7 +332,7 @@ def mount_dict_vol_to_bind(compose, mount_dict):
|
|||||||
create volume if needed
|
create volume if needed
|
||||||
and return mount_dict as bind of that directory
|
and return mount_dict as bind of that directory
|
||||||
"""
|
"""
|
||||||
proj_name = compose.proj_name
|
proj_name = compose.project_name
|
||||||
shared_vols = compose.shared_vols
|
shared_vols = compose.shared_vols
|
||||||
if mount_dict["type"]!="volume": return mount_dict
|
if mount_dict["type"]!="volume": return mount_dict
|
||||||
vol_name = mount_dict["source"]
|
vol_name = mount_dict["source"]
|
||||||
|
Loading…
Reference in New Issue
Block a user