mirror of
https://github.com/kopia/kopia.git
synced 2026-03-20 15:11:47 -04:00
cleanup
This commit is contained in:
@@ -47,7 +47,7 @@ func parseNestedObjectID(current repo.ObjectID, id string, r repo.Repository) (r
|
||||
|
||||
dir, err := fs.ReadDirectory(d, "")
|
||||
if err != nil {
|
||||
return "", fmt.Errorf("entry not found '%v': parent is not a directory.", head)
|
||||
return "", fmt.Errorf("entry not found '%v': parent is not a directory", head)
|
||||
}
|
||||
|
||||
e := dir.FindByName(head)
|
||||
|
||||
Reference in New Issue
Block a user