tiny cleanups

This commit is contained in:
2023-04-13 15:40:56 -04:00
parent 6c03f880da
commit 7b7fdc0113
2 changed files with 1 additions and 79 deletions

View File

@@ -84,6 +84,7 @@ func main() {
_, err = cfgfd.WriteString(cfg_content)
ifFerr("Unable to write scaffold configuration file content", err)
fmt.Println("Wrote new scaffold configuration file")
_, err = toml.Decode(cfg_content, &setup)
ifFerr("[Failed] to parse config file", err)
} else {