From 81a127c82dfb221ae7c091b1fb597b2e3a958548 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Mon, 3 Feb 2020 04:29:05 -0800 Subject: [PATCH] Remove hyphens in the adblock list directories 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 4a702ecd1ef018d052f9ebb21e21d363a8910ca4 (brave/brave-browser#7176). --- lib/licensing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/licensing.js b/lib/licensing.js index c63ad767fa1e..e0a3f313d316 100644 --- a/lib/licensing.js +++ b/lib/licensing.js @@ -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) => {