mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Fix typos. Improve language.
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
@ -173,7 +173,7 @@ func CompleteSpec(ctx context.Context, r *libpod.Runtime, s *specgen.SpecGenerat
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// labels from the image that don't exist already
|
||||
// labels from the image that don't already exist
|
||||
if len(labels) > 0 && s.Labels == nil {
|
||||
s.Labels = make(map[string]string)
|
||||
}
|
||||
|
Reference in New Issue
Block a user