diff options
| author | Jeff Carr <[email protected]> | 2025-09-06 21:50:57 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-06 21:50:57 -0500 |
| commit | 964aaf823d220a3fad060f1ca6b61c504ac0520c (patch) | |
| tree | 6cb692b80d9114e6c093f0a088c92c5b3c9dd87f | |
| parent | 9dbc7c6615c429f772ef19f270fd2286995c9360 (diff) | |
if this works well, then I am happierv0.0.130
| -rw-r--r-- | config.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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")) |
