list backups now lists file names without the whole path
parent
073f01740f
commit
e6814c4588
|
@ -49,7 +49,7 @@ public class ListBackupsCommand {
|
|||
|
||||
while(iterator.hasNext()) {
|
||||
builder.append(",\n");
|
||||
builder.append(iterator.next());
|
||||
builder.append(iterator.next().getName());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue