summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
Diffstat (limited to 'exit.go')
-rw-r--r--exit.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/exit.go b/exit.go
index e025cc5..91a4c99 100644
--- a/exit.go
+++ b/exit.go
@@ -7,10 +7,10 @@ import (
func okExit(thing string) {
log.Info(thing, "ok")
// log.Info("Finished go-clean on", check.GetNamespace(), "ok")
- me.sh.GoodExit(thing)
+ me.argv.GoodExit(thing)
}
func badExit(err error) {
log.Info("forge failed: ", err, me.forge.Config.ReposDir)
- me.sh.BadExit("guireleaser", err)
+ me.argv.BadExit("guireleaser", err)
}