From 14a46ce02abc60b9f22e105bd58a7cde2f6a3b22 Mon Sep 17 00:00:00 2001 From: Muayyad Alsadi Date: Sat, 10 Aug 2019 22:19:16 +0300 Subject: [PATCH] #24: fix typo --- podman-compose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-compose.py b/podman-compose.py index 8defa04..a607312 100755 --- a/podman-compose.py +++ b/podman-compose.py @@ -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"]