mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00
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>
This commit is contained in:
@ -173,7 +173,7 @@ Then a pull is not possible any more:
|
||||
```bash
|
||||
sudo podman pull --tls-verify=false localhost:5000/alpine
|
||||
Trying to pull localhost:5000/alpine...
|
||||
Error: error pulling image "localhost:5000/alpine": unable to pull localhost:5000/alpine: unable to pull image: Source image rejected: Invalid GPG signature: …
|
||||
Error: pulling image "localhost:5000/alpine": unable to pull localhost:5000/alpine: unable to pull image: Source image rejected: Invalid GPG signature: …
|
||||
```
|
||||
|
||||
So in general there are four main things to be taken into consideration when
|
||||
|
Reference in New Issue
Block a user