Skip to content

Commit

Permalink
Update fs_util.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Dec 22, 2020
1 parent 9f76932 commit 86e361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/fs_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ func gowalkDir(dir string, existingPaths map[string]struct{}, changeFunc func(st
foundPaths := make([]string, 0)
godirwalk.Walk(dir, &godirwalk.Options{
Callback: func(path string, ent *godirwalk.Dirent) error {
logrus.Tracef("Analyzing path %s", dir)
logrus.Tracef("Analyzing path %s", path)
if IsInIgnoreList(path) {
if IsDestDir(path) {
logrus.Tracef("Skipping paths under %s, as it is a ignored directory", path)
Expand Down

0 comments on commit 86e361c

Please sign in to comment.