Skip to content

Commit

Permalink
fix count of total conventions to sync in report
Browse files Browse the repository at this point in the history
  • Loading branch information
celineung committed Jul 4, 2023
1 parent 78df2a0 commit 6b9fddd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ handleEndOfScriptNotification(

return [
`Total of convention to sync : ${
report.success + errors.length + errors.length
report.success + errors.length + skips.length
}`,
`Number of successfully sync convention : ${report.success}`,
`Number of failures : ${errors.length}`,
Expand Down

0 comments on commit 6b9fddd

Please sign in to comment.