Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jul 31, 2024
1 parent 4bfc1dd commit 8b4ac31
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 @@ -1458,7 +1458,7 @@ async def volume_ls(self, proj_name=None):
"ls",
"--noheading",
"--filter",
f"label={self.label_domain}.compose.project={proj_name}",
f"label={self.compose.label_domain}.compose.project={proj_name}",
"--format",
"{{.Name}}",
],
Expand Down

0 comments on commit 8b4ac31

Please sign in to comment.