Skip to content

Commit a4f2240

Browse files
committed
Fix Windows build
1 parent b5f0237 commit a4f2240

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)