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 f2bcff8
(brave/brave-browser#7176).
  • Loading branch information
fmarier committed Feb 11, 2020
1 parent 545c129 commit d0f9aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/commands/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 (henrik@schack.dk) 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 d0f9aa2

Please sign in to comment.