Skip to content

Commit

Permalink
Remove incorrect TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Oct 9, 2023
1 parent 2320c84 commit 33db796
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions attest/vcs/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ const (
DefaultPrimaryRemoteName = "origin"
)

// TODO: need a way to detect multiple repos, for now PathChecker is only meant
// to be used for the manifest dir iteself, and assume there is no nested repos

func NewPathChecker(path string, digest digest.SHA256) types.PathChecker {
return &PathChecker{
path: path,
Expand Down

0 comments on commit 33db796

Please sign in to comment.