mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-25 18:30:31 +00:00
fix typo
This commit is contained in:
parent
b7706d775c
commit
abc04ec521
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ func ReplaceHome(path string) string {
|
|||
} else {
|
||||
userData, err = user.Lookup(homeString[1:])
|
||||
if err != nil {
|
||||
if messeger != nil {
|
||||
if messenger != nil {
|
||||
messenger.Error("Could not find user: ", err)
|
||||
} else {
|
||||
TermMessage("Could not find user: ", err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue