mirror of
https://github.com/restic/restic.git
synced 2026-07-11 09:45:08 +00:00
fix darwin
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
func (node *Node) OpenForReading() (*os.File, error) {
|
||||
return os.Open(n.path)
|
||||
return os.Open(node.path)
|
||||
}
|
||||
|
||||
func (node *Node) fillExtra(path string, fi os.FileInfo) (err error) {
|
||||
|
||||
Reference in New Issue
Block a user