Rename snapshot.Content -> snapshot.Tree

This commit is contained in:
Alexander Neumann
2014-12-07 14:14:07 +01:00
parent 73be0d5b18
commit 202984a93f
6 changed files with 9 additions and 9 deletions

View File

@@ -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 {