Skip to content

Commit 5cc16fd

Browse files
committed
review
1 parent 03b658f commit 5cc16fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/fsutils/fsutils_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func evalSymlinks(path string) (string, error) {
2828
return "", err
2929
}
3030

31-
_, err := os.Stat(path)
31+
_, err = os.Stat(path)
3232
if err != nil {
3333
return "", err
3434
}

0 commit comments

Comments
 (0)