There is code in podman which uses `errors.Cause(err).Error() != "no such secret"`, this is just bad code. Common should expose this error so podman can check with `errors.Is()`. Signed-off-by: Paul Holzinger <pholzing@redhat.com> |
||
|---|---|---|
| common | ||
There is code in podman which uses `errors.Cause(err).Error() != "no such secret"`, this is just bad code. Common should expose this error so podman can check with `errors.Is()`. Signed-off-by: Paul Holzinger <pholzing@redhat.com> |
||
|---|---|---|
| common | ||