Skip to content

Commit faf003a

Browse files
committed
fix lint
1 parent cb04ec0 commit faf003a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/config/types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,9 @@ 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+
471472
return true
472473
}
474+
473475
return false
474476
}

0 commit comments

Comments
 (0)