This commit is contained in:
Roy Olav Purser 2021-03-26 12:28:50 +01:00
parent 15299150c6
commit e8fa0848c6
No known key found for this signature in database
GPG Key ID: 0BA77797F072BC52

View File

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