typo: uppercase
This commit is contained in:
parent
9b4d5d8f3e
commit
ef2160074d
1 changed files with 1 additions and 1 deletions
2
demon.go
2
demon.go
|
@ -90,7 +90,7 @@ func listen(history []string, histfile string, persist bool, max int) error {
|
|||
// dump history to file so that other apps can query it
|
||||
err = write(history, histfile)
|
||||
if err != nil {
|
||||
return fmt.Errorf("error writing history (demon.83): %s", err)
|
||||
return fmt.Errorf("Error writing history (demon.83): %s", err)
|
||||
}
|
||||
|
||||
if persist {
|
||||
|
|
Loading…
Reference in a new issue