podman/pkg/trust
Daniel J Walsh 2c63b8439b
Fix stutters
Podman adds an Error: to every error message.  So starting an error
message with "error" ends up being reported to the user as

Error: error ...

This patch removes the stutter.

Also ioutil.ReadFile errors report the Path, so wrapping the err message
with the path causes a stutter.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-09-10 07:52:00 -04:00
..
testdata Add support for showing keyPaths in (podman image trust show) 2022-08-25 01:52:59 +02:00
policy.go Fix stutters 2022-09-10 07:52:00 -04:00
policy_test.go Preserve all unknown PolicyRequirement fields on (podman image trust set) 2022-08-25 01:52:59 +02:00
registries.go Fix stutters 2022-09-10 07:52:00 -04:00
trust.go Add support for showing keyPaths in (podman image trust show) 2022-08-25 01:52:59 +02:00
trust_test.go Add support for showing keyPaths in (podman image trust show) 2022-08-25 01:52:59 +02:00