Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Mar 8, 2024
1 parent 9ff4cbd commit 06142bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update-number-of-domains.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ function createUpdatedContents(lines, domainCount) {
return lines.join('\n')
.replace(/^# Total number of network filters: ?(\d*)$/gmu, `# Total number of network filters: ${domainCount || 'N/A'}`)
.replace('# Count : N/A', `# Count : ${domainCount || 'N/A'}`)
.replace('# Count:', `# Count: ${domainCount || 'N/A'}`)
.replace('! Count : N/A', `! Count : ${domainCount || 'N/A'}`);
}

0 comments on commit 06142bd

Please sign in to comment.