mirror of
https://github.com/restic/restic.git
synced 2025-08-24 04:27:39 +00:00
Rename snapshot.Content -> snapshot.Tree
This commit is contained in:
@@ -93,7 +93,7 @@ func (res *Restorer) RestoreTo(dir string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
return res.to(dir, res.sn.Content)
|
||||
return res.to(dir, res.sn.Tree)
|
||||
}
|
||||
|
||||
func (res *Restorer) Snapshot() *Snapshot {
|
||||
|
Reference in New Issue
Block a user