diff options
| -rw-r--r-- | exit.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ import ( func okExit(thing string) { log.Info(thing, "ok") + if configSave { + me.forge.ConfigSave() + } // log.Info("Finished go-clean on", check.GetGoPath(), "ok") os.Exit(0) } |
