summaryrefslogtreecommitdiff
path: root/pkg/domain/entities
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-05-24 13:18:56 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-05-24 16:07:39 +0200
commit5268314e5376c3da7a1123ee1954b466baf2d911 (patch)
treee523b93b34538faf7df9562143819eaab18696dd /pkg/domain/entities
parentd3d3a207de06935f77edd937980e2540f62bc11c (diff)
downloadpodman-5268314e5376c3da7a1123ee1954b466baf2d911.tar.gz
podman-5268314e5376c3da7a1123ee1954b466baf2d911.tar.bz2
podman-5268314e5376c3da7a1123ee1954b466baf2d911.zip
podman image mount: print pretty table
Make sure that `podman image mount` prints a pretty table unless there is only argument passed and without a custom format. Fixing a TODO item brought me to the specific code location and revealed the fart in the logic. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'pkg/domain/entities')
-rw-r--r--pkg/domain/entities/images.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go
index 7081c5d25..553be1157 100644
--- a/pkg/domain/entities/images.go
+++ b/pkg/domain/entities/images.go
@@ -398,7 +398,6 @@ type ImageUnmountOptions struct {
// ImageMountReport describes the response from image mount
type ImageMountReport struct {
- Err error
Id string // nolint
Name string
Repositories []string