Rename ListIDs -> List

This commit is contained in:
Alexander Neumann
2014-08-04 22:15:04 +02:00
parent e525655dcb
commit 022f514b09
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ func commandList(repo *khepri.Repository, args []string) error {
tpe := khepri.NewTypeFromString(args[0])
ids, err := repo.ListIDs(tpe)
ids, err := repo.List(tpe)
if err != nil {
fmt.Fprintf(os.Stderr, "error: %v\n", err)
return nil