Playground for tests of workflow automation and containers repository structure
Go to file
Paul Holzinger 27be5dc1df Export no such secret error
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>
2021-09-21 11:12:52 +02:00
common Export no such secret error 2021-09-21 11:12:52 +02:00