Cleanup and attempt to not clobber config

This commit is contained in:
2020-10-30 23:48:35 -04:00
parent dd025a477b
commit 6e79d75490

View File

@ -23,4 +23,5 @@ func saveConfig() {
if err != nil {
log.LogErrorType(err)
}
log.LogInfo("Config Saved.")
}