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 4a702ec
(#7176).
  • Loading branch information
fmarier committed Feb 11, 2020
1 parent ff17eaf commit 5ccc4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 5ccc4a2

Please sign in to comment.