mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +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 {
|
||||
return errors.Wrapf(err, "error attaching to container %s", ctr.ID())
|
||||
}
|
||||
os.Stdout.WriteString("\n")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user