Skip to content

Commit 8b4ac31

Browse files
committed
fixup
1 parent 4bfc1dd commit 8b4ac31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman_compose.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ async def volume_ls(self, proj_name=None):
14581458
"ls",
14591459
"--noheading",
14601460
"--filter",
1461-
f"label={self.label_domain}.compose.project={proj_name}",
1461+
f"label={self.compose.label_domain}.compose.project={proj_name}",
14621462
"--format",
14631463
"{{.Name}}",
14641464
],

0 commit comments

Comments
 (0)