mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-10 07:28:36 +02:00
fix incorrect function name
This commit is contained in:
+1
-1
@@ -439,7 +439,7 @@ module.exports.isFilePathValid = async (options) => {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
await fs.writeFile(originalFilePath, content, { encoding: "utf-8" });
|
await fs.writeFile(originalFilePath, content, { encoding: "utf-8" });
|
||||||
await anonymizeUtils.anonymiseFile(
|
await anonymizeUtils.anonymizeFile(
|
||||||
originalFilePath,
|
originalFilePath,
|
||||||
anonymizedFilePath,
|
anonymizedFilePath,
|
||||||
repoConfig
|
repoConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user