Skip to content

Commit

Permalink
Merge pull request #7955 from ParkerVR/7751-alt
Browse files Browse the repository at this point in the history
Container detach newlines
  • Loading branch information
openshift-merge-robot authored Oct 13, 2020
2 parents 7ad631b + ec93468 commit 3e2d7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/domain/infra/abi/containers.go
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,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
}

Expand Down

0 comments on commit 3e2d7a9

Please sign in to comment.