if this works well, then I am happier

This commit is contained in:
Jeff Carr 2025-09-06 21:50:57 -05:00
parent 9dbc7c6615
commit 964aaf823d
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ func configWrite(filename string, data []byte) error {
return err
}
if filename == "forge.text" {
log.Infof("%s : your preferences file has been updated. (%d) bytes\n", fullname, len(data))
// add header
cfgfile.Write([]byte("\n"))
cfgfile.Write([]byte("# this file is intended to be used to customize settings on what\n"))