mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-03-31 19:02:37 +02:00
fix incorrect function name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user