updated vendor
This commit is contained in:
+1
@@ -44,6 +44,7 @@ func Export(img v1.Image, w io.Writer) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
defer rc.Close()
|
||||
_, err = io.Copy(w, rc)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user