mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo retreive -> retrieve
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c13dab6bd8
commit
539e72f75b
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ func (c *client) Start(ctx context.Context, id, checkpointDir string, withStdin
|
|||
}
|
||||
labels, err := ctr.Labels(ctx)
|
||||
if err != nil {
|
||||
return -1, errors.Wrap(err, "failed to retreive labels")
|
||||
return -1, errors.Wrap(err, "failed to retrieve labels")
|
||||
}
|
||||
bundle := labels[DockerContainerBundlePath]
|
||||
uid, gid := getSpecUser(spec)
|
||||
|
|
Loading…
Add table
Reference in a new issue