mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Fix docker/master daemon compile again
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
7374852be9
commit
67e670b79f
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ func (graph *Graph) storeImage(img *image.Image, layerData archive.ArchiveReader
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if err := graph.saveSize(root, int(img.Size)); err != nil {
|
if err := graph.saveSize(root, img.Size); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue