Skip to content

Commit be3e230

Browse files
committed
fix lint
1 parent faf003a commit be3e230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ func isSymlink(path string) bool {
468468
}
469469
if lInfo != nil && lInfo.Mode()&os.ModeSymlink != 0 {
470470
slog.Warn("Path is a symlink", "path", path)
471-
471+
472472
return true
473473
}
474474

0 commit comments

Comments
 (0)