mirror of
https://github.com/containers/podman.git
synced 2025-06-25 03:52:15 +08:00
add newline to output in error message
Signed-off-by: Anthony Sottile <asottile@umich.edu>
This commit is contained in:
@ -33,7 +33,7 @@ func PodmanConfig() *entities.PodmanConfig {
|
||||
|
||||
func newPodmanConfig() {
|
||||
if err := setXdgDirs(); err != nil {
|
||||
fmt.Fprintf(os.Stderr, err.Error())
|
||||
fmt.Fprintln(os.Stderr, err.Error())
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user