diff options
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,10 +9,10 @@ import ( func okExit(thing string) { log.Info(thing, "ok") if configSave { - me.forge.ConfigSave() + me.forge.SetConfigSave(configSave) } // log.Info("Finished go-clean on", check.GetGoPath(), "ok") - os.Exit(0) + me.forge.Exit() } func badExit(err error) { |
