tiny cleanups
This commit is contained in:
1
main.go
1
main.go
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user