The os.IsNotExist() function comment mentions that new code should use `errors.Is(err, fs.ErrNotExist)` instead. The check was already in CI but used the wrong function name (extra s.) Signed-off-by: Paul Holzinger <pholzing@redhat.com>