This commit is contained in:
shoopea 2024-11-17 16:41:46 +01:00
parent 6fcf8b421c
commit 86da86684b
2 changed files with 5 additions and 5 deletions

View File

@ -195,7 +195,7 @@ func (c *Config) Save() error {
return err
}
r := pretty.Pretty(b)
r := pretty.PrettyOptions(b, &pretty.Options{Indent: " "})
f, err := os.Create(*cfgFile)
if err != nil {

View File

@ -1,7 +1,7 @@
// Code generated by version.sh (@generated) DO NOT EDIT.
package main
var githash = "3bcd666"
var githash = "6fcf8b4"
var branch = "master"
var buildstamp = "2024-11-17_15:33:49"
var commits = "90"
var version = "3bcd666-b90 - 2024-11-17_15:33:49"
var buildstamp = "2024-11-17_15:41:40"
var commits = "92"
var version = "6fcf8b4-b92 - 2024-11-17_15:41:40"