Skip to content

Commit 0171fa3

Browse files
Remove incorrect TODO note
1 parent 000560d commit 0171fa3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

attest/vcs/git/git.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ const (
2323
DefaultPrimaryRemoteName = "origin"
2424
)
2525

26-
// TODO: need a way to detect multiple repos, for now PathChecker is only meant
27-
// to be used for the manifest dir iteself, and assume there is no nested repos
28-
2926
func NewPathChecker(path string, digest digest.SHA256) types.PathChecker {
3027
return &PathChecker{
3128
path: path,

0 commit comments

Comments
 (0)