diff --git a/commands/util-public/cloc.js b/commands/util-public/cloc.js index 5c0ee54b..ef346ad7 100644 --- a/commands/util-public/cloc.js +++ b/commands/util-public/cloc.js @@ -40,8 +40,8 @@ module.exports = class ClocCommand extends Command { [ '--json', '--exclude-dir=node_modules', - `--read-lang-def=${path.join(__dirname, '..', '..', 'assets', 'txt', 'txt_definition.txt')}`, - '--force-lang="Text File",txt', + '--read-lang-def', + path.join(__dirname, '..', '..', 'assets', 'txt', 'txt_definition.txt'), path.join(__dirname, '..', '..') ] );