save the config after changes
This commit is contained in:
parent
be3841578c
commit
a71305ea52
3
exit.go
3
exit.go
|
@ -8,6 +8,9 @@ import (
|
||||||
|
|
||||||
func okExit(thing string) {
|
func okExit(thing string) {
|
||||||
log.Info(thing, "ok")
|
log.Info(thing, "ok")
|
||||||
|
if configSave {
|
||||||
|
me.forge.ConfigSave()
|
||||||
|
}
|
||||||
// log.Info("Finished go-clean on", check.GetGoPath(), "ok")
|
// log.Info("Finished go-clean on", check.GetGoPath(), "ok")
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue