Skip to content

Commit

Permalink
Merge pull request #5197 from Iceber/fix-ctr-command
Browse files Browse the repository at this point in the history
cmd/ctr: fix export command
  • Loading branch information
fuweid committed Mar 15, 2021
2 parents 06e6f45 + 231bbdc commit 6b410ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ctr/commands/images/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6b410ba

Please sign in to comment.