mirror of https://github.com/dirtbags/moth.git
lowercase error string
This commit is contained in:
parent
79799bf1c2
commit
59a6aef007
|
@ -510,7 +510,7 @@ func (ds *DevelState) TeamName(teamID string) (string, error) {
|
|||
return name, nil
|
||||
}
|
||||
if teamID == "" {
|
||||
return "", fmt.Errorf("Empty team ID")
|
||||
return "", fmt.Errorf("empty team ID")
|
||||
}
|
||||
return fmt.Sprintf("«devel:%s»", teamID), nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue