translate fix

This commit is contained in:
Carlos Polop
2025-01-01 23:55:17 +01:00
parent 2beb8398a6
commit 4ef00e6b1b
242 changed files with 2 additions and 243 deletions

View File

@@ -226,7 +226,7 @@ def copy_dirs(source_path, dest_path):
print(f"Copied .gitbook folder from {source_folder} to {destination_folder}")
def copy_files(source_path, dest_path):
file_names = ["src/SUMMARY.md", "hacktricks-preprocessonr.py", "book.toml", ".gitignore"]
file_names = ["src/SUMMARY.md", "hacktricks-preprocessor.py", "book.toml", ".gitignore"]
for file_name in file_names:
source_filepath = os.path.join(source_path, file_name)
dest_filepath = os.path.join(dest_path, file_name)