Skip to content

Commit 611b2b8

Browse files
committed
bug #35 Fix Windows build (tucksaun)
This PR was merged into the main branch. Discussion ---------- Fix Windows build Commits ------- a4f2240 Fix Windows build
2 parents b5f0237 + a4f2240 commit 611b2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsutils_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ func evalSymlinks(path string) (string, error) {
3535
}
3636

3737
// If exists, we make the path cleaned before being used
38-
return filepath.Abs(path), nil
38+
return filepath.Abs(path)
3939
}

0 commit comments

Comments
 (0)