Merge pull request #5197 from Iceber/fix-ctr-command
cmd/ctr: fix export command
This commit is contained in:
commit
6b410ba41f
@ -111,7 +111,7 @@ When '--all-platforms' is given all images in a manifest list must be available.
|
||||
} else {
|
||||
w, err = os.Create(out)
|
||||
if err != nil {
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
}
|
||||
defer w.Close()
|
||||
|
Loading…
Reference in New Issue
Block a user