automation-tests/cmd/podman/images
Kir Kolyshkin 684d0079d2 Lowercase some errors
This commit is courtesy of

```
for f in $(git ls-files *.go | grep -v ^vendor/); do \
	sed -i 's/\(errors\..*\)"Error /\1"error /' $f;
done

for f in $(git ls-files *.go | grep -v ^vendor/); do \
	sed -i 's/\(errors\..*\)"Failed to /\1"failed to /' $f;
done

```

etc.

Self-reviewed using `git diff --word-diff`, found no issues.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-10-05 15:56:44 -07:00
..
build.go Remove excessive error wrapping 2020-10-05 15:30:37 -07:00
diff.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
exists.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
history.go Lowercase some errors 2020-10-05 15:56:44 -07:00
image.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
images.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
import.go Supports import&run--signature-policy 2020-09-15 16:09:33 -04:00
inspect.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
list.go Restore "table" --format from V1 2020-10-02 06:58:02 -07:00
load.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
mount.go Add podman image mount 2020-07-28 10:27:44 -04:00
prune.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
pull.go Refactor remote pull to provide progress 2020-09-16 10:44:26 -07:00
push.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
rm.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
rmi.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
save.go podman save: fix redirect of multi-images 2020-09-22 17:04:38 +02:00
search.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
sign.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
tag.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
tree.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
trust.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
trust_set.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
trust_show.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
unmount.go Add podman image mount 2020-07-28 10:27:44 -04:00
untag.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
utils_linux.go podman save use named pipe 2020-08-12 10:03:41 -04:00
utils_unsupported.go podman save use named pipe 2020-08-12 10:03:41 -04:00