mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
newlines on all container detaches
Signed-off-by: Parker Van Roy <pvanroy@redhat.com>
This commit is contained in:
@ -582,6 +582,7 @@ func (ic *ContainerEngine) ContainerAttach(ctx context.Context, nameOrID string,
|
|||||||
if err != nil && errors.Cause(err) != define.ErrDetach {
|
if err != nil && errors.Cause(err) != define.ErrDetach {
|
||||||
return errors.Wrapf(err, "error attaching to container %s", ctr.ID())
|
return errors.Wrapf(err, "error attaching to container %s", ctr.ID())
|
||||||
}
|
}
|
||||||
|
os.Stdout.WriteString("\n")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user