Files
Paul Holzinger 4c72fc26b1 fix os.IsNotExist() CI check
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>
2023-03-27 17:03:03 +02:00
..
2023-03-27 17:03:03 +02:00
2022-08-07 09:11:53 +08:00
2023-01-29 22:01:00 +02:00