Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCosme committed Jun 14, 2024
1 parent 6e17255 commit 89ec802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/batch/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (a *BatchActivity) Execute(ctx context.Context, params BatchWorkflowInput)
}

if strings.HasPrefix(filepath.Base(path), ".") && !entry.IsDir() {
return nil // Ignore hidden files.
return nil // Don't process hidden files as SIPs
}

req := collection.ProcessingWorkflowRequest{
Expand Down

0 comments on commit 89ec802

Please sign in to comment.