Skip to content

Commit

Permalink
fix(marketplace): return id in image get command
Browse files Browse the repository at this point in the history
  • Loading branch information
Codelax committed Jul 1, 2024
1 parent 54293ce commit 3b852b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/namespaces/marketplace/v2/custom_marshal.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func imageMarshalerFunc(i interface{}, opt *human.MarshalOpt) (string, error) {
ValidUntil *time.Time
Description string
}{
ID: image.ID,
Label: image.Label,
Name: image.Name,
Description: image.Description,
Expand Down

0 comments on commit 3b852b8

Please sign in to comment.