summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-13 01:31:07 -0500
committerJeff Carr <[email protected]>2025-09-13 01:31:07 -0500
commit5ceab01b0e158d63582ae1610475bbe56233b4ee (patch)
tree6b9463b646c9879c1e028ff476a282d3ea0db0fc /exit.go
parent2d5a45476c61aab4162b394c8b79166a840475ba (diff)
smarter build
Diffstat (limited to 'exit.go')
-rw-r--r--exit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/exit.go b/exit.go
index 1927726..733d1ec 100644
--- a/exit.go
+++ b/exit.go
@@ -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)
}