summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
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)
}