diff --git a/fsutils_windows.go b/fsutils_windows.go index dc15bb2..5f681cf 100644 --- a/fsutils_windows.go +++ b/fsutils_windows.go @@ -35,5 +35,5 @@ func evalSymlinks(path string) (string, error) { } // If exists, we make the path cleaned before being used - return filepath.Abs(path), nil + return filepath.Abs(path) }