Skip to content

Commit

Permalink
Fix progress
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Nov 23, 2024
1 parent 723a6f3 commit 1f60f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/command/process.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func ProcessFiles(cmd *cobra.Command, cfgPath, sourceDir, targetDir string, acti
tracker.MarkAsDone()

// Step 5: Process and copy files
totalPrimaries := len(inFilesRel)
totalPrimaries := len(inFilesRelLinked)

totalSidecars := lo.SumBy(inFilesRelLinked, func(f vault.FileWithSidecars) int {
return len(f.Sidecars)
Expand Down

0 comments on commit 1f60f7b

Please # to comment.