diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 00:20:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 00:20:57 -0600 |
| commit | a71305ea52b931c189076e11a4526848bf822c15 (patch) | |
| tree | b4d7e416af0157edeee0f739028e83435a4d9ce6 /exit.go | |
| parent | be3841578cb466f02bbc4ea1e13e024b5a77e85d (diff) | |
save the config after changes
Diffstat (limited to 'exit.go')
| -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) } |
