This commit is contained in:
2021-03-26 12:28:50 +01:00
parent 15299150c6
commit e8fa0848c6

View File

@@ -113,7 +113,7 @@ func (c *Config) Status()(ok bool) {
err := v.parsed.err err := v.parsed.err
if err != nil { if err != nil {
ok = false ok = false
fmt.Frintln(os.Stderr, err) fmt.Fprintln(os.Stderr, err)
} }
} }
} }