mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00: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