From 964aaf823d220a3fad060f1ca6b61c504ac0520c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 6 Sep 2025 21:50:57 -0500 Subject: [PATCH] if this works well, then I am happier --- config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config.go b/config.go index f737291..a6cfd4a 100644 --- a/config.go +++ b/config.go @@ -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"))