mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-25 17:18:00 +00:00
newlines on all container detaches
Signed-off-by: Parker Van Roy <pvanroy@redhat.com>
This commit is contained in:
parent
9ae873e60e
commit
ec93468f3a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue