Skip to content

Commit

Permalink
chore: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-ops committed Apr 2, 2023
1 parent 9bc18d0 commit d4f77d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/provider/filesystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func (s *FileSystemSourceProvider) checkConditions(info os.FileInfo, extensions
s.mu.RLock()
defer s.mu.RUnlock()
if info.IsDir() {
// exlude terraform cache files
// exlude terraform cache folders
if strings.Contains(info.Name(), ".terra") {
s.excludes[info.Name()] = append(s.excludes[info.Name()], info)
}
Expand Down

0 comments on commit d4f77d5

Please sign in to comment.