diff --git a/commands/util-public/cloc.js b/commands/util-public/cloc.js index be448d1b..be234430 100644 --- a/commands/util-public/cloc.js +++ b/commands/util-public/cloc.js @@ -42,7 +42,7 @@ module.exports = class ClocCommand extends Command { '--exclude-dir=node_modules', '--read-lang-def', path.join(__dirname, '..', '..', 'assets', 'txt', 'txt_definition.txt'), - '--force-lang="TXT",txt', + '--force-lang=TXT,txt', path.join(__dirname, '..', '..') ] );