lowercase error message

This commit is contained in:
Shawn Smith
2016-08-06 14:51:49 -07:00
parent 7f2efdb71f
commit f0dc4ab510

View File

@@ -81,7 +81,7 @@ func Clean(path string) (string, error) {
return "", err
}
if root != nil && (root.Root == "" || root.Repo == "") {
return root.Root, errors.New("Empty repo root")
return root.Root, errors.New("empty repo root")
}
return root.Root, err
}