mirror of https://github.com/containers/podman.git
Merge pull request #17786 from Luap99/mac-helper-error
podman-mac-helper: exit 1 on error
This commit is contained in:
commit
68bf49799d
|
|
@ -53,6 +53,7 @@ func main() {
|
|||
|
||||
if err := rootCmd.Execute(); err != nil {
|
||||
fmt.Fprintf(os.Stderr, "Error: %s\n", err.Error())
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue