mirror of
https://github.com/containers/podman.git
synced 2025-10-20 12:43:58 +08:00

--filter label=foo=bar, was been translated on the server side to --filter label=foo --filter=bar This PR fixes this back to what the user specified. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>