diff options
-rw-r--r-- | pkg/api/handlers/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/api/handlers/types.go b/pkg/api/handlers/types.go index 9ad3bcca0..c63cf8f0e 100644 --- a/pkg/api/handlers/types.go +++ b/pkg/api/handlers/types.go @@ -43,7 +43,7 @@ type ContainersPruneReport struct { type LibpodContainersPruneReport struct { ID string `json:"Id"` - SpaceReclaimed int64 `json:"Space"` + SpaceReclaimed int64 `json:"Size"` PruneError string `json:"Err,omitempty"` } |