mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-23 00:13:25 +01: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
|
||||
and return mount_dict as bind of that directory
|
||||
"""
|
||||
proj_name = compose.proj_name
|
||||
proj_name = compose.project_name
|
||||
shared_vols = compose.shared_vols
|
||||
if mount_dict["type"]!="volume": return mount_dict
|
||||
vol_name = mount_dict["source"]
|
||||
|
Loading…
Reference in New Issue
Block a user