summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-06 21:50:57 -0500
committerJeff Carr <[email protected]>2025-09-06 21:50:57 -0500
commit964aaf823d220a3fad060f1ca6b61c504ac0520c (patch)
tree6cb692b80d9114e6c093f0a088c92c5b3c9dd87f
parent9dbc7c6615c429f772ef19f270fd2286995c9360 (diff)
if this works well, then I am happierv0.0.130
-rw-r--r--config.go1
1 files changed, 1 insertions, 0 deletions
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"))