fix typo
This commit is contained in:
parent
15299150c6
commit
e8fa0848c6
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user