diff options
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,11 +8,11 @@ import ( func okExit(thing string) { log.Info(thing, "ok") - // log.Info("Finished go-clean on", check.GetGoPath(), "ok") + // log.Info("Finished go-clean on", check.GetNamespace(), "ok") os.Exit(0) } func badExit(err error) { - log.Info("forge failed: ", err, me.forge.GetGoSrc()) + log.Info("forge failed: ", err, me.forge.Config.ReposDir) os.Exit(-1) } |
