mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-29 19:57:51 +00:00
Merge pull request #6635 from rhatdan/logs
Add <return> to lines returned in podman-remote logs
This commit is contained in:
commit
e4e10dfc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ func (ic *ContainerEngine) ContainerLogs(_ context.Context, nameOrIDs []string,
|
|||
case <-ctx.Done():
|
||||
return err
|
||||
case line := <-outCh:
|
||||
_, _ = io.WriteString(options.Writer, line)
|
||||
_, _ = io.WriteString(options.Writer, line+"\n")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue