Skip to content

Commit

Permalink
Update services/datamanager/builtin/capture/file_count_logger.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sagie Maoz <[email protected]>
  • Loading branch information
nicksanford and n0nick authored Sep 6, 2024
1 parent bbfca26 commit f90261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/datamanager/builtin/capture/file_count_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func countFiles(ctx context.Context, captureDir string) int {
if info.IsDir() {
return nil
}
// this is intentionally not doing as many checkas as getAllFilesToSync because
// this is intentionally not doing as many checks as getAllFilesToSync because
// this is intended for debugging and does not need to be 100% accurate.
isCompletedCaptureFile := filepath.Ext(path) == data.CompletedCaptureFileExt
if isCompletedCaptureFile {
Expand Down

0 comments on commit f90261d

Please sign in to comment.