mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00

Also replace os.IsNotExist(err) with errors.Is(err, fs.ErrNotExist) Fixes: https://github.com/containers/podman/issues/23582 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>