Skip to content

Commit

Permalink
Remove completed TODO comment for projectClone
Browse files Browse the repository at this point in the history
Support for sparse checkout was added in ece5b67

Signed-off-by: Andrew Obuchowicz <[email protected]>
  • Loading branch information
AObuchow committed Oct 19, 2023
1 parent 3f91f30 commit c654384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project-clone/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const (
tmpLogFilePath = "/tmp/" + logFileName
)

// TODO: Handle sparse checkout
func main() {
f, err := os.Create(tmpLogFilePath)
if err != nil {
Expand Down

0 comments on commit c654384

Please sign in to comment.