Skip to content

Commit

Permalink
trying to check what happen on window
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Bustamante <[email protected]>
  • Loading branch information
jjbustamante committed Nov 8, 2023
1 parent 4ac7c43 commit c4f2724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/archive/archive_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func hasHardlinks(fi os.FileInfo) bool {
}

func getInodeFromStat(stat interface{}) (inode uint64, err error) {
s, ok := stat.(*syscall.winSys)
s, ok := stat.(*os.winSys)
if ok {
inode = s.Ino
}
Expand Down

0 comments on commit c4f2724

Please sign in to comment.