mirror of
https://github.com/containers/podman.git
synced 2025-07-27 10:22:49 +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() {
|
func newPodmanConfig() {
|
||||||
if err := setXdgDirs(); err != nil {
|
if err := setXdgDirs(); err != nil {
|
||||||
fmt.Fprintf(os.Stderr, err.Error())
|
fmt.Fprintln(os.Stderr, err.Error())
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user