diff options
| author | Jeff Carr <[email protected]> | 2025-09-13 01:31:07 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-13 01:31:07 -0500 |
| commit | 5ceab01b0e158d63582ae1610475bbe56233b4ee (patch) | |
| tree | 6b9463b646c9879c1e028ff476a282d3ea0db0fc /exit.go | |
| parent | 2d5a45476c61aab4162b394c8b79166a840475ba (diff) | |
smarter build
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ import ( func okExit(thing string) { log.Info(thing, "ok") // log.Info("Finished go-clean on", check.GetNamespace(), "ok") + me.forge.Exit() os.Exit(0) } |
