fix incorrect function name

This commit is contained in:
tdurieux
2021-04-06 19:00:37 +02:00
parent abf0994403
commit 78b39d5354

View File

@@ -439,7 +439,7 @@ module.exports.isFilePathValid = async (options) => {
}
try {
await fs.writeFile(originalFilePath, content, { encoding: "utf-8" });
await anonymizeUtils.anonymiseFile(
await anonymizeUtils.anonymizeFile(
originalFilePath,
anonymizedFilePath,
repoConfig