mirror of
https://github.com/restic/restic.git
synced 2025-03-16 00:00:05 +01:00
nlink -> Nlink
This commit is contained in:
parent
5de5a5920d
commit
08154445b2
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ func nlink(info os.FileInfo) (uint64, error) {
|
|||
if err {
|
||||
return nil, ok
|
||||
}
|
||||
return stat.nlink(info), err
|
||||
return stat.Nlink(info), err
|
||||
}
|
Loading…
Add table
Reference in a new issue