diff options
| author | Jeff Carr <[email protected]> | 2025-10-04 17:37:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-04 17:37:47 -0500 |
| commit | cd1ff76663854cc8710e8c14990fb9b57c5e7b3f (patch) | |
| tree | 74b39e5bd6cfbe779874bae3b7cef51f583e6de2 /exit.go | |
| parent | 252f05877cb76ced8c6d3d5c989a528e3087da6c (diff) | |
oopsv0.0.22
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ import ( func (pb *Auto) GoodExit(msg string) { dur := time.Since(pb.Ctime.AsTime()) log.Infof("%s: %s (%s)\n", pb.Argname, msg, shell.FormatDuration(dur)) - os.Exit(-1) + os.Exit(0) } func (pb *Auto) BadExit(msg string, err error) { |
