summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
Diffstat (limited to 'exit.go')
-rw-r--r--exit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/exit.go b/exit.go
index 9228476..a611bb8 100644
--- a/exit.go
+++ b/exit.go
@@ -52,6 +52,6 @@ func okExit(thing string) {
}
func badExit(err error) {
- log.Info("wit failed: ", err)
+ me.sh.BadExit("wit failed: ", err)
os.Exit(-1)
}