Skip to content

Commit

Permalink
Merge pull request #137 from nlemoine/patch-1
Browse files Browse the repository at this point in the history
Fix `--obfuscate-names` argument
  • Loading branch information
papandreou committed Feb 5, 2021
2 parents 9dc59c0 + 0eb9591 commit 812c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subsetLocalFont.js
Expand Up @@ -47,7 +47,7 @@ async function subsetLocalFont(
const args = [
tempInputFileName,
`--output-file=${tempOutputFileName}`,
'--obfuscate_names',
'--obfuscate-names',
`--text="${text.replace('"', '\\"')}"`,
];

Expand Down

0 comments on commit 812c754

Please sign in to comment.