Skip to content

Commit

Permalink
Remove hyphens in the adblock list directories
Browse files Browse the repository at this point in the history
This change to match the Chromium style does not affect anything
else than the contents of the Brave Adblock component in the
brave://rewards page.

This is a follow-up to 7025c8f
(brave/brave-browser#7176).
  • Loading branch information
fmarier committed Feb 11, 2020
1 parent e9d3172 commit 34ed15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/licensing.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const knownMissing = new Set([
// Emailed author ([email protected]) on 2019-11-05.
path.join('components', 'third_party', 'adblock', 'lists', 'adblock_dk'),
// https://github.com/gfmaster/adblock-korea-contrib/issues/47
path.join('components', 'third_party', 'adblock', 'lists', 'adblock-korea-contrib'),
path.join('components', 'third_party', 'adblock', 'lists', 'adblock_korea_contrib'),
])

const extractLicenseInfo = (directory) => {
Expand Down

0 comments on commit 34ed15f

Please sign in to comment.