mirror of
https://github.com/containers/podman.git
synced 2026-03-14 04:42:46 -04: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>