Skip to content

Commit

Permalink
Merge pull request #204 from nishantwrp/fix-git-walk
Browse files Browse the repository at this point in the history
Fix git walk skipping some files
  • Loading branch information
Revolyssup authored Aug 14, 2022
2 parents 5c381ff + 057c147 commit d447575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/walker/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func clonewalk(g *Git) error {
continue
}
if f.IsDir() {
return nil
continue
}
err := g.readFile(f, path)
if err != nil {
Expand Down

0 comments on commit d447575

Please sign in to comment.