mirror of
https://github.com/restic/restic.git
synced 2025-12-10 01:12:31 +00:00
Rename ListIDs -> List
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user